Browse Source

no message

linwenxin 1 year ago
parent
commit
8ab96d610b
1 changed files with 9 additions and 0 deletions
  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;
 }