Quellcode durchsuchen

中图代码样式问题修改

lkk vor 10 Monaten
Ursprung
Commit
05d68fa5ef

+ 8 - 3
src/views/baselandprice.vue

@@ -8,7 +8,7 @@ export default {
   name: "baselandprice",
   data() {
     return {
-      layerid:''
+      layerid: "",
     };
   },
   created() {},
@@ -23,6 +23,11 @@ export default {
               parent: this, //当前的vue对象
               data: {}, //props
             },
+            layerStyle: {
+              padding: "0.3vw 1vw 0.3vw 2.5vw",
+              backgroundImage: "url(/static/images/popup/modal-title.png)",
+              backgroundRepeat: "no-repeat",
+            },
             offset: [236, 488], //left top  左上角(left=430px/2;top=(800px+header高)/2)
             area: ["430px", "800px"],
             title: "基准地价分析",
@@ -44,9 +49,9 @@ export default {
   mounted() {
     this.openDialog("BenchmarkLandPriceAnalysis");
   },
-  beforeDestroy(){
+  beforeDestroy() {
     this.$layer.close(this.layerid);
-  }
+  },
 };
 </script>
 

+ 8 - 3
src/views/billboardplan.vue

@@ -8,7 +8,7 @@ export default {
   name: "billboardplan",
   data() {
     return {
-      layerid:''
+      layerid: "",
     };
   },
   created() {},
@@ -23,6 +23,11 @@ export default {
               parent: this, //当前的vue对象
               data: {}, //props
             },
+            layerStyle: {
+              padding: "0.3vw 1vw 0.3vw 2.5vw",
+              backgroundImage: "url(/static/images/popup/modal-title.png)",
+              backgroundRepeat: "no-repeat",
+            },
             offset: [236, 488], //left top  左上角(left=430px/2;top=(800px+header高)/2)
             area: ["430px", "800px"],
             title: "广告牌审查",
@@ -44,9 +49,9 @@ export default {
   mounted() {
     this.openDialog("BillboardDesign");
   },
-  beforeDestroy(){
+  beforeDestroy() {
     this.$layer.close(this.layerid);
-  }
+  },
 };
 </script>
 

+ 8 - 3
src/views/checkmodel.vue

@@ -10,7 +10,7 @@ export default {
   name: "checkmodel",
   data() {
     return {
-      layerid:'',
+      layerid: "",
     };
   },
   created() {},
@@ -24,6 +24,11 @@ export default {
               parent: this, //当前的vue对象
               data: {}, //props
             },
+            layerStyle: {
+              padding: "0.3vw 1vw 0.3vw 2.5vw",
+              backgroundImage: "url(/static/images/popup/modal-title.png)",
+              backgroundRepeat: "no-repeat",
+            },
             offset: [236, 488], //left top  左上角(left=430px/2;top=(800px+header高)/2)
             area: ["430px", "800px"],
             title: "三维报建",
@@ -45,9 +50,9 @@ export default {
   mounted() {
     this.openDialog("ConstructionApplication3D");
   },
-  beforeDestroy(){
+  beforeDestroy() {
     this.$layer.close(this.layerid);
-  }
+  },
 };
 </script>
 

+ 9 - 5
src/views/demolitioncom.vue

@@ -8,7 +8,7 @@ export default {
   name: "demolitioncom",
   data() {
     return {
-      layerid:''
+      layerid: "",
     };
   },
   created() {},
@@ -23,14 +23,18 @@ export default {
               parent: this, //当前的vue对象
               data: {}, //props
             },
+            layerStyle: {
+              padding: "0.3vw 1vw 0.3vw 2.5vw",
+              backgroundImage: "url(/static/images/popup/modal-title.png)",
+              backgroundRepeat: "no-repeat",
+            },
             offset: [236, 488], //left top  左上角(left=430px/2;top=(800px+header高)/2)
             area: ["430px", "800px"],
             title: "拆迁补偿预估",
             maxmin: false,
             shade: false, //是否显示遮罩
             shadeClose: false, //点击遮罩是否关闭
-            cancel: () => {
-            },
+            cancel: () => {},
           });
           break;
 
@@ -42,9 +46,9 @@ export default {
   mounted() {
     this.openDialog("DemolitionList");
   },
-  beforeDestroy(){
+  beforeDestroy() {
     this.$layer.close(this.layerid);
-  }
+  },
 };
 </script>
 

+ 15 - 42
static/css/index.css

@@ -82,7 +82,7 @@ body::-webkit-scrollbar-track {
 }
 
 .el-dialog__header {
-  background: url(/static/images/popup/title.png) no-repeat !important;
+  background: url(/static/images/popup/modal-title.png) no-repeat !important;
   background-size: 100% 100% !important;
   background-position: center !important;
 }
@@ -155,34 +155,6 @@ div::-webkit-scrollbar-track {
 }
 
 /* ---------------中图弹窗---------------- */
-.vl-notify.vl-notify-alert h2.vl-notice-title {
-  color: white;
-  display: flex;
-  flex-flow: row nowrap;
-  align-items: center;
-  padding: 0vw 1vw 0vw 0vw;
-  position: relative;
-  line-height: auto !important;
-  border-bottom: 0px solid #eee !important;
-  background-color: #fff0 !important;
-  background-size: 100% 100% !important;
-  background: url(/static/images/popup/title.png) no-repeat;
-  background-size: 100% 100%;
-  background-position: center;
-}
-
-
-.vl-notify.vl-notify-iframe {
-  /* background-color: #fff0 !important;
-  background: url(/static/images/popup/background.png) no-repeat !important;
-  background-size: 100% 100% !important; */
-}
-.vl-notify.vl-notify-alert {
-  /* background-color: #fff0 !important;
-  background: url(/static/images/popup/background.png) no-repeat !important;
-  background-size: 100% 100% !important; */
-}
-
 .vl-notify {
   border: none !important;
   border-radius: 0.4vw !important;
@@ -201,23 +173,24 @@ div::-webkit-scrollbar-track {
   background: rgba(4, 28, 50, 0.6);
 }
 
-.vl-notice-title {
-  /* margin: 0 15px !important; */
-  /* width: auto !important;
-  padding: 0 40px !important;
-  
-  background: unset !important;
-  border: none !important;
-  position: relative; */
-
-  /* height: 1.875vw; */
+.vl-notify.vl-notify-alert h2.vl-notice-title {
   color: white;
   display: flex;
   flex-flow: row nowrap;
   align-items: center;
-  padding: 0.3vw 1vw 0.3vw 2.5vw !important;
-  border-bottom-left-radius: 1.4vw;
+  padding: 0vw 1vw 0vw 0vw;
+  /* border-bottom-left-radius: 1.4vw; */
   position: relative;
+  line-height: auto !important;
+  border-bottom: 0px solid #eee !important;
+  background-color: #fff0 !important;
+  background-size: 100% 100% !important;
+  background: url(/static/images/popup/title.png) no-repeat;
+  background-size: 100% 100%;
+  background-position: center;
+}
+.vl-notify.vl-notify-alert h2.vl-notice-title .lv-title {
+  height: auto !important;
 }
 
 .vl-notice-title:after {
@@ -254,6 +227,6 @@ div::-webkit-scrollbar-track {
 }
 
 .lv-icon-maxmini .vlicon-max {
-  display: none;
+  display: none !important;
 }
 /* -----------中图弹窗------------ */