Эх сурвалжийг харах

资源目录图层数量显隐

maxiaoxiao 11 сар өмнө
parent
commit
cdf3a93e84

+ 17 - 0
src/components/Combinations/LayerManage/LayerManage.scss

@@ -143,4 +143,21 @@
 .el-tree-node__content:hover,
 .el-tree-node:focus>.el-tree-node__content {
     background: transparent !important;
+}
+
+.eicon {
+    width: 24px;
+    height: 24px;
+    margin-top: 5px;
+    background-size: 100% 100%;
+    display: inline-block;
+    cursor: pointer;
+}
+
+.eyes {
+    background-image: url("/static/images/ghzc/eyes.png");
+}
+
+.close_eyes {
+    background-image: url("/static/images/ghzc/close_eyes.png");
 }

+ 0 - 1
src/views/siteselection/components/fzxz.vue

@@ -341,7 +341,6 @@ export default {
       var _temp = this.$refs.range.getRange();
       // this.ruleForm.xzfw = _temp.xzfw;
       this.ruleForm.xzmj = _temp.xzmj;
-      console.log(this.ruleForm, "0---");
       this.$refs.ruleForm.validate((valid) => {
         if (valid) {
           if (!this.$refs.range.fileDataID) {