浏览代码

no message

linwenxin 1 年之前
父节点
当前提交
8ab96d610b
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/App.vue

+ 9 - 0
src/App.vue

@@ -15,6 +15,15 @@ export default {
 </script>
 
 <style lang="scss">
+.el-tree {
+  .is-current {
+    &>div:nth-child(1) {
+      &>.custom-tree-node {
+        color: #409eff !important;
+      }
+    }
+  }
+}
 .el-dialog {
   margin-bottom: 15vh !important;
 }