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 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
  }