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