Skip to content

Commit 9aa5f53

Browse files
woshijvmbuild-admin
authored andcommitted
refactor:替换已废弃的 frameborder 属性 !185
1 parent 0e9615f commit 9aa5f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/layouts/common/router-view/iframe.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<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>
3+
<iframe :src="state.iframeSrc" :style="iframeStyle(35)" style="border: none;" height="100%" width="100%" id="iframe" @load="hideLoading"></iframe>
44
</div>
55
</template>
66

0 commit comments

Comments
 (0)