代码提交
This commit is contained in:
parent
694b79ecc2
commit
4db321ae10
|
@ -82,16 +82,16 @@
|
|||
</el-dialog> -->
|
||||
<el-drawer
|
||||
class="new-dialog"
|
||||
:visible.sync="dialogFormVisible"
|
||||
direction="btt"
|
||||
custom-class="demo-drawer"
|
||||
ref="drawer"
|
||||
:modal="false"
|
||||
:close-on-click-modal="false"
|
||||
v-alterELDialogMarginTop="{marginTop:'0vh'}" customClass='customWidth' width="100%"
|
||||
:wrapperClosable="false"
|
||||
:with-header="false"
|
||||
>
|
||||
:visible.sync="dialogFormVisible"
|
||||
direction="btt"
|
||||
custom-class="demo-drawer"
|
||||
ref="drawer"
|
||||
:modal="false"
|
||||
:close-on-click-modal="false"
|
||||
v-alterELDialogMarginTop="{marginTop:'0vh'}" customClass='customWidth' width="100%"
|
||||
:wrapperClosable="false"
|
||||
:with-header="false"
|
||||
>
|
||||
<div class="formBox">
|
||||
<el-form ref="form" :model="form" label-width="80px" :inline="true">
|
||||
<el-form-item label="组件名称">
|
||||
|
|
Loading…
Reference in New Issue