style(公共): table缺陷全选缺陷调整

This commit is contained in:
xinxin.wu 2023-09-07 15:52:09 +08:00 committed by 刘瑞斌
parent 26c196c06a
commit bc980c6350
1 changed files with 11 additions and 0 deletions

View File

@ -406,6 +406,16 @@
.dropdown-icon {
background: none !important;
}
.arco-checkbox-icon {
&::after {
width: 8px;
background: rgb(var(--primary-5));
}
}
.arco-checkbox-indeterminate .arco-checkbox-icon {
border-color: rgb(var(--primary-5));
background: rgb(var(--primary-1));
}
}
:deep(.ms-table-select-all) {
.arco-checkbox {
@ -415,5 +425,6 @@
:deep(.arco-checkbox-icon) {
width: 16px;
height: 16px;
border-radius: 2px;
}
</style>