From 065669d31914a2f65c48d351417f48e49bd79c0c Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 13 三月 2024 11:30:46 +0800
Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/PM20221203225_MobileWeb

---
 src/components/sideMenu/layerMenu/layerPanel2.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/sideMenu/layerMenu/layerPanel2.vue b/src/components/sideMenu/layerMenu/layerPanel2.vue
index ebeab92..4848bbb 100644
--- a/src/components/sideMenu/layerMenu/layerPanel2.vue
+++ b/src/components/sideMenu/layerMenu/layerPanel2.vue
@@ -275,7 +275,7 @@
       clearAll();
       switch (result.name) {
         case "浜岀淮鍦板浘":
-          // loadGeoMap();
+          loadGeoMap();
           loadBaseMap();
           // addAnnotationLayer();
           addHxLayer();
@@ -443,7 +443,7 @@
                 url: "https://skyzt.bda.gov.cn/gisserver/wmsserver/chengshiguihua_dikuaibianhao",
                 params: {
                   VERSION: "1.1.1",
-                  SRS: "EPSG:4326",
+                  SRS: "EPSG:3857",
                   FORMAT: "image/png",
                   TILED: true,
                   LAYERS: "",
@@ -588,23 +588,23 @@
   font-family: "寰蒋闆呴粦";
   font-weight: 400;
   cursor: pointer;
+  text-align: center;
 }
 .mapMode .layerItem {
-  width: 91px;
+  width: 0.8rem;
   margin-right: 24px;
 }
 .mapMode img {
   display: block;
-  width: 91px;
+  width: 100%;
   border-radius: 11px;
   border: 1px dashed #127dff;
   margin-bottom: 11px;
 }
 span {
   font-family: "寰蒋闆呴粦";
-  font-weight: 500;
-  font-size: 15px;
-  color: #212121;
+  font-size: 0.12rem;
+  color: #6e6969;
   line-height: 12px;
 }
 .mapMode .active,
@@ -642,7 +642,7 @@
   margin: 0 auto;
   /* background-color: green; */
   display: block;
-  width: 53px;
+  width: 0.5rem;
   border-radius: 11px;
   box-shadow: 0 0 5px 5px rgb(196 222 236 / 30%);
   margin-bottom: 11px;

--
Gitblit v1.9.3