fix(Xpack): 修复黑色主题下权限配置选择配置项时没有聚焦颜色的问题

This commit is contained in:
wangjiahao 2022-08-23 17:35:38 +08:00
parent e65c91ae28
commit f0070dd8af

View File

@ -539,7 +539,7 @@ div:focus {
}
.blackTheme .is-current>.el-tree-node__content {
background-color: var(--MenuActiveBG) !important;
background-color: var(--MenuActiveBG, #ecf5ff) !important;
}
.blackTheme .el-collapse-item__header {
@ -871,7 +871,7 @@ div:focus {
.el-tabs__header {
margin: 0 0 12px !important;
}
.el-tabs__item {
height: 24px !important;
line-height: 24px !important;
@ -994,7 +994,7 @@ div:focus {
.de-form-item {
.de-form-item {
.el-form-item__label {
width: 100% !important;
text-align: left;
@ -1173,4 +1173,4 @@ div:focus {
}
.tox {
border-radius: 4px !important;
}
}