소스 검색

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;
 }