elementui el-tree 树节点颜色修改

Posted on 2021-08-17 16:26  zkx4213  阅读(1987)  评论(0)    收藏  举报
/* 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;
}

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3