tremble 2 yıl önce
ebeveyn
işleme
24ff41de53

+ 3 - 5
src/components/UIGather/mobile/control/hotspotList.vue

@@ -58,7 +58,6 @@ const close = () => {
   top: 0;
   position: fixed;
   left: 0;
-  background: rgba(27, 27, 28, 0.8);
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
   backdrop-filter: blur(4px);
   display: flex;
@@ -70,7 +69,7 @@ const close = () => {
     z-index: 999;
     position: absolute;
     right: 18px;
-    top: 18px;
+    bottom: 67%;
     width: 34px;
   }
 
@@ -79,9 +78,8 @@ const close = () => {
     position: relative;
     align-items: flex-start;
     justify-content: center;
-    margin-bottom: 16%;
-    height: 76%;
-    width: 86%;
+    height: 65%;
+    width: 100%;
     background-size: 100% 100%;
     background-image: url(@/assets/images/js_icon/hotspot_bg.png);