|
@@ -1,29 +1,33 @@
|
|
|
.tableCont {
|
|
.tableCont {
|
|
|
- :global(.arco-table-th-item) {
|
|
|
|
|
- padding: 0;
|
|
|
|
|
- }
|
|
|
|
|
- :global(.arco-table-col-has-sorter .arco-table-cell-with-sorter) {
|
|
|
|
|
- padding: 8px 8px;
|
|
|
|
|
- }
|
|
|
|
|
- :global(.arco-table .arco-table-td) {
|
|
|
|
|
- background-color: #fafafa;
|
|
|
|
|
- }
|
|
|
|
|
- :global(.arco-table-tr:hover) {
|
|
|
|
|
- background-color: #fafafa !important;
|
|
|
|
|
- }
|
|
|
|
|
- :global(.arco-checkbox-indeterminate .arco-checkbox-mask) {
|
|
|
|
|
- background-color: #886ab5;
|
|
|
|
|
- }
|
|
|
|
|
- :global(.arco-checkbox-checked .arco-checkbox-mask) {
|
|
|
|
|
- background-color: #886ab5;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // :global(.arco-table-th-item) {
|
|
|
|
|
+ // padding: 0;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // :global(.arco-table-col-has-sorter .arco-table-cell-with-sorter) {
|
|
|
|
|
+ // padding: 0;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // :global(.arco-table .arco-table-td) {
|
|
|
|
|
+ // padding: 12px 8px;
|
|
|
|
|
+ // background-color: #fafafa;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // :global(.arco-table-tr:hover) {
|
|
|
|
|
+ // background-color: #fafafa !important;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // :global(.arco-checkbox-indeterminate .arco-checkbox-mask) {
|
|
|
|
|
+ // background-color: #886ab5;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // :global(.arco-checkbox-checked .arco-checkbox-mask) {
|
|
|
|
|
+ // background-color: #886ab5;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // :global(.arco-table thead > .arco-table-tr > .arco-table-th) {
|
|
|
|
|
+ // padding: 12px 8px;
|
|
|
|
|
+ // }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tableSyncClient {
|
|
.tableSyncClient {
|
|
|
- :global(.arco-checkbox-indeterminate .arco-checkbox-mask) {
|
|
|
|
|
- background-color: #886ab5;
|
|
|
|
|
- }
|
|
|
|
|
- :global(.arco-checkbox-checked .arco-checkbox-mask) {
|
|
|
|
|
- background-color: #886ab5;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // :global(.arco-checkbox-indeterminate .arco-checkbox-mask) {
|
|
|
|
|
+ // background-color: #886ab5;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // :global(.arco-checkbox-checked .arco-checkbox-mask) {
|
|
|
|
|
+ // background-color: #886ab5;
|
|
|
|
|
+ // }
|
|
|
}
|
|
}
|