From fc1f22df5322aa89ffcf60040b01eff0451df3a3 Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期三, 07 六月 2023 17:56:05 +0800
Subject: [PATCH] 页面样式调整,功能调整

---
 src/components/bottomBtn.vue |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/src/components/bottomBtn.vue b/src/components/bottomBtn.vue
index e7173c5..d56a088 100644
--- a/src/components/bottomBtn.vue
+++ b/src/components/bottomBtn.vue
@@ -4,14 +4,12 @@
       v-show="mapFlag == '2D'"
       class="ChangeMap twoImg"
       @click="setMapImg('2D')"
-    >
-    </div>
+    ></div>
     <div
       v-show="mapFlag != '2D'"
       class="ChangeMap threeImg"
       @click="setMapImg('3D')"
-    >
-    </div>
+    ></div>
   </div>
 </template>
 
@@ -40,13 +38,19 @@
 <style lang="less" scoped>
 .bottom_btn {
   position: absolute;
-  bottom: 68px;
-  right: 70px;
+
+  /*  prettier-ignore */
+  bottom: 68PX;
+  /*  prettier-ignore */
+  right: 70PX;
 
   .ChangeMap {
-    width: 30px;
-    height: 30px;
-    border: 1px solid rgba(255, 255, 255, 0.1);
+    /*  prettier-ignore */
+    width: 30PX;
+    /*  prettier-ignore */
+    height: 30PX;
+    /*  prettier-ignore */
+    border: 1PX solid rgba(255, 255, 255, 0.1);
   }
   .twoImg {
     background: url("../assets/img/2D.png") no-repeat;

--
Gitblit v1.9.3