ls-pro-common 1.0.72 → 1.0.73
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 +6 -0
- package/dist/common.js +1 -1
- package/dist/common.min.css +6 -0
- package/dist/common.min.js +1 -1
- package/es/hooks/useDtl/index.js +29 -13
- package/es/hooks/useSingle/index.d.ts +0 -2
- package/es/hooks/useSingle/index.js +11 -7
- package/lib/hooks/useDtl/index.js +29 -13
- package/lib/hooks/useSingle/index.d.ts +0 -2
- package/lib/hooks/useSingle/index.js +11 -7
- package/package.json +2 -2
package/dist/common.min.css
CHANGED
|
@@ -349,6 +349,9 @@ a:hover {
|
|
|
349
349
|
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
350
350
|
padding-right: 15px;
|
|
351
351
|
}
|
|
352
|
+
.ant-table-summary .last-cell {
|
|
353
|
+
padding-right: 18px;
|
|
354
|
+
}
|
|
352
355
|
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
|
|
353
356
|
background-color: #f7fafc;
|
|
354
357
|
}
|
|
@@ -2315,6 +2318,9 @@ html {
|
|
|
2315
2318
|
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
2316
2319
|
padding-right: 15px;
|
|
2317
2320
|
}
|
|
2321
|
+
.ant-table-summary .last-cell {
|
|
2322
|
+
padding-right: 18px;
|
|
2323
|
+
}
|
|
2318
2324
|
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
|
|
2319
2325
|
background-color: #f7fafc;
|
|
2320
2326
|
}
|