style(outline): update selected item style

This commit is contained in:
liujuping 2024-01-05 10:37:15 +08:00 committed by 林熠
parent c24c3d8ae5
commit d81eb8d75d

View File

@ -356,7 +356,7 @@
// 选中节点处理
&.selected {
& > .tree-node-title {
background: var(--color-block-background-shallow);
background: var(--color-block-background-light);
}
& > .tree-node-branches::before {