ls-pro-common 3.0.51 → 3.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common.css +29 -2
- package/dist/common.js +1 -1
- package/dist/common.min.css +29 -2
- package/dist/common.min.js +1 -1
- package/es/components/InputTable.js +5 -0
- package/es/components/antd-custom.less +49 -0
- package/es/service/BaseService.d.ts +2 -0
- package/es/service/BaseService.js +7 -5
- package/lib/components/InputTable.js +5 -0
- package/lib/components/antd-custom.less +49 -0
- package/lib/service/BaseService.d.ts +2 -0
- package/lib/service/BaseService.js +7 -5
- package/package.json +3 -3
package/dist/common.css
CHANGED
|
@@ -753,6 +753,32 @@ a:hover {
|
|
|
753
753
|
.ant-table td.ant-table-cell {
|
|
754
754
|
color: #5b5b5b;
|
|
755
755
|
}
|
|
756
|
+
.ant-pro-form-query-filter.ant-form-vertical .ant-form-item-label {
|
|
757
|
+
padding: 0;
|
|
758
|
+
}
|
|
759
|
+
.ant-pro-form-query-filter .ant-input-number-input {
|
|
760
|
+
height: 28px;
|
|
761
|
+
}
|
|
762
|
+
.ant-pro-form-query-filter .ant-input-group.ant-input-group-compact > *:first-child {
|
|
763
|
+
border-radius: 0 !important;
|
|
764
|
+
border-top-left-radius: 4px !important;
|
|
765
|
+
border-bottom-left-radius: 4px !important;
|
|
766
|
+
}
|
|
767
|
+
.ant-pro-form-query-filter .ant-input-group.ant-input-group-compact > *:last-child {
|
|
768
|
+
border-radius: 0 !important;
|
|
769
|
+
border-top-left-radius: 4px !important;
|
|
770
|
+
border-bottom-left-radius: 4px !important;
|
|
771
|
+
}
|
|
772
|
+
.ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
|
|
773
|
+
border-radius: 0 !important;
|
|
774
|
+
}
|
|
775
|
+
.ant-pro-table .ant-table:not(.ant-table-has-fix-right) .ant-table-container .ant-table-body,
|
|
776
|
+
.ant-pro-table .ant-table.ant-table-empty .ant-table-container .ant-table-body {
|
|
777
|
+
overflow: auto !important;
|
|
778
|
+
}
|
|
779
|
+
.ant-pro-table .ant-table.ant-table-has-fix-right:not(.ant-table-empty) .ant-table-container .ant-table-body {
|
|
780
|
+
overflow: scroll !important;
|
|
781
|
+
}
|
|
756
782
|
|
|
757
783
|
.pro-table-tooltip-text span {
|
|
758
784
|
color: #fff;
|
|
@@ -856,7 +882,6 @@ a:hover {
|
|
|
856
882
|
}
|
|
857
883
|
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
|
|
858
884
|
flex: 1;
|
|
859
|
-
overflow: auto !important;
|
|
860
885
|
position: relative;
|
|
861
886
|
}
|
|
862
887
|
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::before,
|
|
@@ -3047,7 +3072,6 @@ html {
|
|
|
3047
3072
|
}
|
|
3048
3073
|
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
|
|
3049
3074
|
flex: 1;
|
|
3050
|
-
overflow: auto !important;
|
|
3051
3075
|
position: relative;
|
|
3052
3076
|
}
|
|
3053
3077
|
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::before,
|
|
@@ -3376,6 +3400,9 @@ html {
|
|
|
3376
3400
|
padding-bottom: 8px;
|
|
3377
3401
|
display: flex;
|
|
3378
3402
|
}
|
|
3403
|
+
.ant-pro-table-column-setting-overlay .ant-popover-arrow {
|
|
3404
|
+
width: 0px !important;
|
|
3405
|
+
}
|
|
3379
3406
|
.ant-pro-table-column-setting-overlay .ant-tree-node-content-wrapper:hover {
|
|
3380
3407
|
background-color: transparent;
|
|
3381
3408
|
}
|