This commit is contained in:
yuping
2023-02-20 15:25:16 +08:00
parent 7fdd97ea30
commit b08ebff03a
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
> >

View File

@@ -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"