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 {