diff --git a/kicc-ui/src/components/Table/src/BasicTable.vue b/kicc-ui/src/components/Table/src/BasicTable.vue index 3ac59e6d..2dca16e1 100644 --- a/kicc-ui/src/components/Table/src/BasicTable.vue +++ b/kicc-ui/src/components/Table/src/BasicTable.vue @@ -328,6 +328,14 @@ .ant-table-tbody > tr.ant-table-row-selected td { background-color: #262626; } + + .@{prefix-cls} { + // [黑暗模式]table顶部插槽多选栏样式 + .alert { + background-color: #323232; + border-color: #424242; + } + } } .@{prefix-cls} { @@ -410,6 +418,13 @@ padding: 12px 8px; } + // [明亮模式]table顶部插槽多选栏样式 + .alert { + height: 38px; + background-color: #f3f3f3; + border-color: #e3e3e3; + } + &--inset { .ant-table-wrapper { padding: 0; diff --git a/kicc-ui/src/components/Table/src/components/TableHeader.vue b/kicc-ui/src/components/Table/src/components/TableHeader.vue index 189e913d..2c37d58b 100644 --- a/kicc-ui/src/components/Table/src/components/TableHeader.vue +++ b/kicc-ui/src/components/Table/src/components/TableHeader.vue @@ -20,20 +20,48 @@ /> + + + +
+ + + + + +
+ + diff --git a/kicc-ui/src/views/system/user/index.vue b/kicc-ui/src/views/system/user/index.vue index 0c231c45..4a5a5abe 100644 --- a/kicc-ui/src/views/system/user/index.vue +++ b/kicc-ui/src/views/system/user/index.vue @@ -7,7 +7,6 @@