File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed
src/components/CValueDialog Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<q-dialog full-width full-height
3
3
ref =" dialog" @hide =" onDialogHide" persistent >
4
- <q-card class =" q-dialog-plugin" style =" height : 600px ;" >
5
- <q-card-actions align =" center" >
4
+ <q-card class =" q-dialog-plugin" >
5
+ <q-card-section style =" height : 90% " >
6
+ <iframe
7
+ id =" extIframe"
8
+ ref =" extIframe"
9
+ frameborder =" 0"
10
+ scrolling =" no"
11
+ :src =" columnExtProperty.url"
12
+ allowfullscreen =" true" style =" width : 100% ;height : 100% ;" >
13
+ <p >您的浏览器不支持iframes,请使用chrome浏览器.</p >
14
+ </iframe >
15
+ </q-card-section >
16
+
17
+ <q-card-actions align =" center" style =" height : 10% " >
6
18
<q-btn color =" primary" label =" 确定" unelevated no-caps @click =" onOKClick" />
7
19
<q-btn color =" negative" label =" 取消" unelevated no-caps @click =" onCancelClick" />
8
20
</q-card-actions >
9
- <iframe
10
- id =" extIframe"
11
- ref =" extIframe"
12
- frameborder =" 0"
13
- scrolling =" no"
14
- :src =" columnExtProperty.url"
15
- allowfullscreen =" true" style =" width : 100% ;height : 100% ;" >
16
- <p >您的浏览器不支持iframes,请使用chrome浏览器.</p >
17
- </iframe >
18
21
</q-card >
19
22
</q-dialog >
20
23
</template >
You can’t perform that action at this time.
0 commit comments