db 2 years ago
parent
commit
b28d7a690a
1 changed files with 2 additions and 1 deletions
  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 {