|
@@ -3,12 +3,22 @@
|
|
|
|
|
|
.bms-ant-table-wrapper {
|
|
.bms-ant-table-wrapper {
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
-
|
|
|
|
|
|
+ table {
|
|
|
|
+ border-radius: 4px !important;
|
|
|
|
+ }
|
|
|
|
+ .bms-ant-table-container {
|
|
|
|
+ border-start-start-radius:4px !important;
|
|
|
|
+ border-start-end-radius:4px !important;
|
|
|
|
+ }
|
|
.bms-ant-table-row-indent+.bms-ant-table-row-expand-icon {
|
|
.bms-ant-table-row-indent+.bms-ant-table-row-expand-icon {
|
|
margin-top: -2px !important;
|
|
margin-top: -2px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.bms-ant-table .bms-ant-table-header {
|
|
|
|
+ border-radius: 4px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
.bms-ant-table-wrapper .bms-ant-table-tbody >tr >td {
|
|
.bms-ant-table-wrapper .bms-ant-table-tbody >tr >td {
|
|
border-top: 1px solid rgb(218 226 242) !important;
|
|
border-top: 1px solid rgb(218 226 242) !important;
|
|
}
|
|
}
|
|
@@ -43,6 +53,7 @@
|
|
padding: 9px 16px !important;
|
|
padding: 9px 16px !important;
|
|
//border-top:1px solid #dae2f2 !important ;
|
|
//border-top:1px solid #dae2f2 !important ;
|
|
background: rgb(238 243 250 / 100%) !important;
|
|
background: rgb(238 243 250 / 100%) !important;
|
|
|
|
+ border-right: 1px solid #dae2f2 !important;
|
|
|
|
|
|
.bms-ant-table-selection {
|
|
.bms-ant-table-selection {
|
|
.bms-ant-table-selection-extra {
|
|
.bms-ant-table-selection-extra {
|
|
@@ -57,6 +68,10 @@
|
|
&:hover {
|
|
&:hover {
|
|
background: rgb(238 243 250 / 100%) !important;
|
|
background: rgb(238 243 250 / 100%) !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ &:last-child {
|
|
|
|
+ border-right: none;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.bms-ant-table-cell-fix-right {
|
|
.bms-ant-table-cell-fix-right {
|
|
@@ -111,7 +126,7 @@
|
|
|
|
|
|
|
|
|
|
.bms-ant-pagination {
|
|
.bms-ant-pagination {
|
|
- padding: 8px 0;
|
|
|
|
|
|
+ padding: 7px 0;
|
|
margin:0 !important;
|
|
margin:0 !important;
|
|
border-top: 1px solid #dae2f2 !important;
|
|
border-top: 1px solid #dae2f2 !important;
|
|
.bms-ant-pagination-item-active {
|
|
.bms-ant-pagination-item-active {
|