123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- .bms-ant-table-wrapper {
- border-radius: 4px !important;
- .bms-ant-table-row-indent+.bms-ant-table-row-expand-icon {
- margin-top: -2px !important;
- }
- }
- .bms-ant-table-wrapper .bms-ant-table-tbody >tr >td {
- border-top: 1px solid rgb(218 226 242) !important;
- }
- .bms-ant-table-wrapper .bms-ant-table-pagination.bms-ant-pagination {
- margin: 10px 0 !important;
- padding-right: 16px;
- }
- .bms-ant-table-wrapper .bms-ant-table.bms-ant-table-bordered >.bms-ant-table-container >.bms-ant-table-body >table >tbody>tr>td {
- //#dae2f2
- border-inline-end: 1px solid #dae2f2 !important;
- }
- .bms-ant-table-wrapper .bms-ant-table.bms-ant-table-bordered >.bms-ant-table-container >.bms-ant-table-header >table >thead>tr {
- &:last-child {
- &>th{
- border-top:1px solid #dae2f2 !important;
- }
- }
- }
- .BMSTable {
- .bms-ant-space-align-center {
- gap:0 !important;
- }
-
- .bms-ant-table-thead {
- .bms-ant-table-cell {
- border-bottom: none !important;
- //border-top:1px solid #dae2f2 !important ;
- background: rgb(238 243 250 / 100%) !important;
- .bms-ant-table-selection {
- .bms-ant-table-selection-extra {
- top:5px;
- }
- }
- &::before {
- display: none;
- }
- &:hover {
- background: rgb(238 243 250 / 100%) !important;
- }
- }
- .bms-ant-table-cell-fix-right {
- &:last-child {
- right: 0 !important;
- }
- }
- }
-
- .bms-ant-table-cell {
- height: 15px;
- line-height: 15px;
- font-size: 14px;
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
- // font-weight: 500;
-
- color: #17181A;
- padding: 13px 16px !important;
- &:hover {
- background: #FAFBFC !important;
-
- }
- }
- .bms-ant-pagination .bms-ant-pagination-item-active {
- font-weight: 600;
- background-color: #37F !important;
- border-color: #37F !important;
- }
- .bms-ant-pagination .bms-ant-pagination-item-active a {
- color: #fff !important;
- }
-
- }
- .bms-ant-table-wrapper .bms-ant-table-container table>thead>tr:first-child th:first-child {
- border-start-start-radius:4px !important;
- }
- .bms-ant-table-wrapper .bms-ant-table-container table>thead>tr:first-child th:last-child {
- border-start-end-radius:4px !important;
- }
- .bms-ant-empty-normal {
- margin-block: 80px !important;
- color: rgb(0 0 0 / 25%);
- }
|