소스 검색

fix(报表浏览): 调整iframe高度从100px改为140px

yusheng 7 달 전
부모
커밋
e3a4086ccd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/jimureport/browse.vue

+ 1 - 1
src/components/jimureport/browse.vue

@@ -2,7 +2,7 @@
   <iframe
     :src="url"
     width="100%"
-    style="height: calc(100vh - 100px)"
+    style="height: calc(100vh - 140px)"
     frameborder="0"
     allowfullscreen="true"
   ></iframe>