mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 20:36:45 +08:00
fix bug
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<a-drawer
|
<a-drawer
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
class="drawerStyle addonlineDrawer"
|
class="drawerStyle addonlineDrawer"
|
||||||
width="80%"
|
width="800"
|
||||||
title="添加在线"
|
title="添加在线"
|
||||||
placement="right"
|
placement="right"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -7,13 +7,13 @@
|
|||||||
:footer="null"
|
:footer="null"
|
||||||
:centered="true"
|
:centered="true"
|
||||||
:maskClosable="false"
|
:maskClosable="false"
|
||||||
width="679"
|
width="80%"
|
||||||
height="437"
|
height="80%"
|
||||||
@cancel="closeModal"
|
@cancel="closeModal"
|
||||||
>
|
>
|
||||||
<iframe
|
<iframe
|
||||||
id="iframe"
|
id="iframe"
|
||||||
style="width: 800px; height: 500px"
|
style="width: 100%; height: 600px"
|
||||||
:src="iframeUrl + '/course/manages?f=choose'"
|
:src="iframeUrl + '/course/manages?f=choose'"
|
||||||
name="myframe"
|
name="myframe"
|
||||||
security="restricted"
|
security="restricted"
|
||||||
|
|||||||
Reference in New Issue
Block a user