forked from github/dataease
fix: 【数据源】选中数据源的时候,整个数据源名称都被盖住了
This commit is contained in:
parent
8acdca4454
commit
82a19f82f9
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user