es-grid-template 1.8.23 → 1.8.25
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/assets/index.css +3 -3
- package/assets/index.scss +1170 -1170
- package/es/grid-component/ContextMenu.js +1 -1
- package/es/grid-component/hooks/utils.d.ts +1 -1
- package/es/table-component/TableContainer.js +0 -2
- package/es/table-component/body/TableBodyCell.js +37 -2
- package/es/table-component/header/TableHeadCell2.js +1 -1
- package/lib/grid-component/ContextMenu.js +3 -3
- package/lib/grid-component/hooks/utils.d.ts +1 -1
- package/lib/table-component/TableContainer.js +0 -2
- package/lib/table-component/body/TableBodyCell.js +37 -2
- package/lib/table-component/header/TableHeadCell2.js +1 -1
- package/package.json +5 -5
package/assets/index.css
CHANGED
|
@@ -631,9 +631,6 @@
|
|
|
631
631
|
margin: 0;
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
.ui-rc-table-wrapper .ui-rc-table .ui-rc-pagination {
|
|
635
|
-
border-bottom: 1px solid #e0e0e0;
|
|
636
|
-
}
|
|
637
634
|
.ui-rc-table-wrapper .ui-rc-table .ui-rc-pagination::before {
|
|
638
635
|
content: "";
|
|
639
636
|
position: absolute;
|
|
@@ -659,6 +656,9 @@
|
|
|
659
656
|
.ui-rc-table-wrapper .ui-rc-table .ui-rc-pagination.top-pagination .ui-rc-pagination-total-text {
|
|
660
657
|
margin-left: auto;
|
|
661
658
|
}
|
|
659
|
+
.ui-rc-table-wrapper .ui-rc-table .ui-rc-pagination {
|
|
660
|
+
border-bottom: 1px solid #e0e0e0;
|
|
661
|
+
}
|
|
662
662
|
|
|
663
663
|
.ui-rc-pagination .ui-rc-pagination-total-text {
|
|
664
664
|
white-space: nowrap;
|