elementui el-tree 树节点颜色修改

el-tree
 
/* 鼠标悬浮显示的颜色 */
#modelTree .el-tree-node__content:hover {
    background-color: #65a19f !important;
}

/* 默认节点的颜色 */
#modelTree .el-tree-node.is-current > .el-tree-node__content {
    background-color: #65a19f !important;
}

/* 点击时的选中颜色 */
#modelTree .el-tree-node:focus>.el-tree-node__content{
    background: #65a19f !important;
}

  

posted @ 2022-12-16 09:54  Ao_min  阅读(744)  评论(0编辑  收藏  举报