vue elementUI 覆盖el-tree的样式,选中的背景颜色修改
<style>.el-tree-node.is-current > .el-tree-node__content {background-color: #2F8DFB !important;color: white;}.el-checkbox__input.is-checked+.el-checkbox__label {col...
·
<style>
.el-tree-node.is-current > .el-tree-node__content {
background-color: #2F8DFB !important;
color: white;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
color: black;
}
</style>
记住不要在 <style>中加 scoped, 这样全局样式都会被修改,若只想修改本页面的样式,则在上一级标签中添加 class
更多推荐
已为社区贡献25条内容
所有评论(0)