mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
fix(demo): fix form style in modal
修复演示页面中Modal内的Form样式问题 closed: #1076
This commit is contained in:
parent
7971896383
commit
30c5fc63c8
@ -5,7 +5,9 @@
|
|||||||
title="Modal Title"
|
title="Modal Title"
|
||||||
@visible-change="handleVisibleChange"
|
@visible-change="handleVisibleChange"
|
||||||
>
|
>
|
||||||
<BasicForm @register="registerForm" :model="model" />
|
<div class="pt-3px pr-3px">
|
||||||
|
<BasicForm @register="registerForm" :model="model" />
|
||||||
|
</div>
|
||||||
</BasicModal>
|
</BasicModal>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
Loading…
Reference in New Issue
Block a user