Explorar o código

bug fix: 热点列表高度过高

任一存 %!s(int64=2) %!d(string=hai) anos
pai
achega
c08b82b4d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;