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;
}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM