Merge pull request #3301 from dataease/pr@dev_dataset_bugfix

Pr@dev dataset bugfix
This commit is contained in:
xuwei-fit2cloud 2022-10-08 16:23:56 +08:00 committed by GitHub
commit e5c5d03f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1483,7 +1483,7 @@ div:focus {
.de-tree {
.el-tree-node.is-current.is-focusable {
&>.el-tree-node__content {
background-color: var(--deWhiteHover, #3370ff);
background-color: var(--deWhiteHover, #e0eaff);
color: var(--primary, #3370ff);
}
}