We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9615f commit 9aa5f53Copy full SHA for 9aa5f53
web/src/layouts/common/router-view/iframe.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="iframe-main" v-loading="state.loading">
3
- <iframe :src="state.iframeSrc" :style="iframeStyle(35)" frameborder="0" height="100%" width="100%" id="iframe" @load="hideLoading"></iframe>
+ <iframe :src="state.iframeSrc" :style="iframeStyle(35)" style="border: none;" height="100%" width="100%" id="iframe" @load="hideLoading"></iframe>
4
</div>
5
</template>
6
0 commit comments