浏览代码

Merge remote-tracking branch 'origin/master'

zhoupeng 1 年之前
父节点
当前提交
ff46d396e2

+ 4 - 1
chuanyi_client2/src/components/CustomDialog/DataSourceItem.vue

@@ -971,5 +971,8 @@ export default {
 </script>
 </script>
 
 
 <style scoped>
 <style scoped>
-
+.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
+    background-color: #90b9e1;
+    color: white;
+}
 </style>
 </style>

+ 4 - 0
chuanyi_client2/src/components/HeaderMain/index.vue

@@ -3109,4 +3109,8 @@ export default {
     left: calc(100% - 120px);
     left: calc(100% - 120px);
   }
   }
 }
 }
+.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
+  background-color: #90b9e1;
+  color:white;
+}
 </style>
 </style>