This commit is contained in:
zhutianqi
2021-07-02 15:33:01 +08:00
parent 988b2cd92c
commit adacd33cb8
7 changed files with 248 additions and 4 deletions
+6 -1
View File
@@ -3,7 +3,12 @@
* @author: xx
* @date: 2018-09-01 15:11:57
*/
/deep/.el-tree-node:focus > .el-tree-node__content {
color: #409EFF !important;
}
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
color: #409EFF !important;
}
.ellipsis () {
overflow: hidden;
white-space: nowrap;