refactor: 样式调整

This commit is contained in:
meilin.huang
2023-12-15 17:33:22 +08:00
parent f8837f28c3
commit 06bce33c48
8 changed files with 55 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="layout-scrollbar">
<div>
<div class="layout-view-bg-white flex h100" v-loading="iframeLoading">
<iframe :src="iframeUrl" frameborder="0" height="100%" width="100%" id="iframe" v-show="!iframeLoading"></iframe>
</div>