Sfoglia il codice sorgente

Merge branch 'linwenxin_workOrder' of ssh://gogs.zfire.top:2222/zfire-front/zfire-newmall-admin

linwenxin 1 anno fa
parent
commit
e5fa701d2c
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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;
 }