@@ -133,8 +133,8 @@
</el-dialog>
<!-- 仓库配置详情对话框 -->
- <el-dialog :title="dialogTitle" v-model="houseConfigOpen" width="80%" append-to-body>
- <iframe :src="dialogUrl" width="100%" height="600" frameborder="0"></iframe>
+ <el-dialog :title="dialogTitle" v-model="houseConfigOpen" width="100%" append-to-body>
+ <iframe :src="dialogUrl" width="100%" height="750" frameborder="0"></iframe>
</div>
</template>
@@ -94,7 +94,7 @@
<el-dialog :title="dialogTitle" v-model="houseConfigOpen" width="100%" append-to-body>
- <iframe :src="dialogUrl" width="100%" height="480" frameborder="0"></iframe>
+ <iframe :src="dialogUrl" width="100%" height="620" frameborder="0"></iframe>
@@ -96,7 +96,7 @@ getList();
left:50%;
top:50%;
width: 880px;
- height: 360px;
+ height: 480px;
margin-top: -180px;
margin-left: -440px;
border-radius: 5px;
@@ -131,6 +131,6 @@ getList();
.close-button::after {
transform: rotate(-45deg);
- }
+ }
}
</style>