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