소스 검색

bug fix: 热点列表高度过高

任一存 2 년 전
부모
커밋
c08b82b4d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;