Selaa lähdekoodia

bug fix: 热点列表高度过高

任一存 2 vuotta sitten
vanhempi
commit
c08b82b4d8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/UIGather/mobile/control/hotspotList.vue

+ 1 - 1
src/components/UIGather/mobile/control/hotspotList.vue

@@ -95,7 +95,7 @@ const close = () => {
       border-radius: 10px;
       font-size: 14px;
       color: #fff;
-      height: 100%;
+      height: calc(100% - 40px * 2);
       overflow-y: auto;
       margin: 40px 10px;