mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-17 19:52:27 +08:00
iframe 开启滚动条
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<n-spin :show="loading">
|
<n-spin :show="loading">
|
||||||
<div class="frame">
|
<div class="frame">
|
||||||
<iframe :src="frameSrc" class="frame-iframe" scrolling="no" ref="frameRef"></iframe>
|
<iframe :src="frameSrc" class="frame-iframe" ref="frameRef"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</n-spin>
|
</n-spin>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user