浏览代码

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;