wenbobowen há 4 anos atrás
pai
commit
83eaf18a49

+ 1 - 1
src/views/projectManage/components/testPlan.vue

@@ -1,6 +1,6 @@
 <template>
   <div v-loading="loading">
-    <iframe :src="src" style="width: calc(100vw - 225px); margin-left: 10px;" :height="iframeHeight" scrolling="auto" frameborder="0" />
+    <iframe id="testPlanIfr" :src="src" style="width: calc(100vw - 225px); margin-left: 10px;" :height="iframeHeight" scrolling="auto" frameborder="0" />
   </div>
 </template>
 

+ 1 - 1
src/views/useCase/components/useCase.vue

@@ -99,7 +99,7 @@ export default {
 }
 #useCaseIfr {
   width: 100%;
-  height: calc(100vh - 72px);
+  height: calc(100vh - 60px);
 }
 .full-screen {
   position: fixed;