Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
8ab96d610b
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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;
 }