|
@@ -9,16 +9,19 @@
|
|
|
:show-close="false"
|
|
|
class="dialog_diyCopy "
|
|
|
>
|
|
|
- <iframe
|
|
|
- allow= "camera *; microphone *;display-capture;midi;encrypted-media;"
|
|
|
- allowfullscreen
|
|
|
- frameborder
|
|
|
- border= "0"
|
|
|
- scrolling = "no"
|
|
|
- :src="urlData"
|
|
|
- ref="appStore"
|
|
|
- style="width: 100%;height: 90%;overflow: auto;"
|
|
|
- ></iframe>
|
|
|
+ <div style="width: 100%;height: 90%;overflow: auto;">
|
|
|
+ <iframe
|
|
|
+ allow= "camera *; microphone *;display-capture;midi;encrypted-media;"
|
|
|
+ allowfullscreen
|
|
|
+ frameborder
|
|
|
+ border= "0"
|
|
|
+ scrolling = "no"
|
|
|
+ :src="urlData"
|
|
|
+ ref="appStore"
|
|
|
+ style="width: 100%;height: 99%;"
|
|
|
+ ></iframe>
|
|
|
+ </div>
|
|
|
+
|
|
|
|
|
|
<div style="display: flex;justify-content: flex-end;padding: 0 30px;box-sizing: border-box;">
|
|
|
<el-button type="primary" style="margin-right: 20px;" size="medium" @click="handleClose">关闭</el-button>
|