el-tree 选中节点高亮颜色调整
/* .filter-tree .el-tree-node.is-current { background-color: rgb(54 9 9) !important; } */ .filter-tree .el-tree-node:focus > .el-tree-node__content { background-color: #ccc !important; }
不知道为什么上面那种方法不行,网上看到的下面的,可以的,就是style要是全局的,所以在el-tree加了个class filter-tree
越努力越幸运~ 加油ヾ(◍°∇°◍)ノ゙

浙公网安备 33010602011771号