db 2 年之前
父節點
當前提交
b28d7a690a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/cygx/strategyReport.vue

+ 2 - 1
src/views/cygx/strategyReport.vue

@@ -24,7 +24,8 @@ onMounted(() => {
   padding-bottom: calc(100px + env(safe-area-inset-bottom));
   .strategy-iframe {
     width: 100%;
-    height: 100%;
+    height: calc(100% + 130px);
+    margin-top: -130px;
   }
 }
 .container-strategy-pc {