ls-pro-common 3.0.43 → 3.0.45
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 +10 -0
- package/dist/common.js +1 -1
- package/dist/common.min.css +10 -0
- package/dist/common.min.js +1 -1
- package/package.json +2 -2
package/dist/common.css
CHANGED
|
@@ -803,6 +803,11 @@ a:hover {
|
|
|
803
803
|
.ant-pro-table-srcoll .ant-table-tbody > tr > td {
|
|
804
804
|
transition: none !important;
|
|
805
805
|
}
|
|
806
|
+
.ant-pro-table-srcoll .ant-table-summary .total-cell-label {
|
|
807
|
+
padding-left: 0 !important;
|
|
808
|
+
padding-right: 0 !important;
|
|
809
|
+
text-align: right;
|
|
810
|
+
}
|
|
806
811
|
.ant-pro-table-srcoll .ant-card {
|
|
807
812
|
flex: 1;
|
|
808
813
|
height: 0;
|
|
@@ -2947,6 +2952,11 @@ html {
|
|
|
2947
2952
|
.ant-pro-table-srcoll .ant-table-tbody > tr > td {
|
|
2948
2953
|
transition: none !important;
|
|
2949
2954
|
}
|
|
2955
|
+
.ant-pro-table-srcoll .ant-table-summary .total-cell-label {
|
|
2956
|
+
padding-left: 0 !important;
|
|
2957
|
+
padding-right: 0 !important;
|
|
2958
|
+
text-align: right;
|
|
2959
|
+
}
|
|
2950
2960
|
.ant-pro-table-srcoll .ant-card {
|
|
2951
2961
|
flex: 1;
|
|
2952
2962
|
height: 0;
|