ls-pro-common 1.0.72 → 1.0.75

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
@@ -324,6 +324,9 @@ a:hover {
324
324
  .ant-pro-table-srcoll .ant-table-placeholder td {
325
325
  border-bottom: none;
326
326
  }
327
+ .ant-pro-table-srcoll .ant-table.ant-table-small tfoot.ant-table-summary tr td:last-child {
328
+ padding-right: 17px;
329
+ }
327
330
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-title,
328
331
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer,
329
332
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th,
@@ -2290,6 +2293,9 @@ html {
2290
2293
  .ant-pro-table-srcoll .ant-table-placeholder td {
2291
2294
  border-bottom: none;
2292
2295
  }
2296
+ .ant-pro-table-srcoll .ant-table.ant-table-small tfoot.ant-table-summary tr td:last-child {
2297
+ padding-right: 17px;
2298
+ }
2293
2299
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-title,
2294
2300
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer,
2295
2301
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th,