fix: 视图过滤 边框色值问题

This commit is contained in:
dataeaseShu 2022-09-23 14:59:29 +08:00
parent 2b175b9abf
commit e656b04b24

View File

@ -639,7 +639,7 @@ div:focus {
.blackTheme .el-radio-button__inner {
background-color: var(--TableBG);
color: var(--TableColor);
border: var(--TableBorder);
border-color: var(--TableBorderColor);
}
.blackTheme .el-loading-mask {