提交 000da9b7 编写于 作者: shuang.zhou's avatar shuang.zhou

修复表格状态颜色

上级 9d8bc925
...@@ -236,4 +236,21 @@ ...@@ -236,4 +236,21 @@
.el-input__inner:focus, .el-textarea__inner:focus { .el-input__inner:focus, .el-textarea__inner:focus {
border-color: #449284 !important; border-color: #449284 !important;
} }
.el-table {
th.el-table__cell>.cell.highlight {
color: #449284 !important;
}
}
.el-table-filter {
.el-table-filter__content {
.el-checkbox__input.is-checked+.el-checkbox__label {
color: #449284 !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: #449284 !important;
border-color: #449284 !important;
}
}
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册