Commit 30c5fc63c8600cfb03f917d79e56c0a7e7ff64e0
1 parent
79718963
fix(demo): fix form style in modal
修复演示页面中Modal内的Form样式问题 closed: #1076
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/demo/comp/modal/Modal4.vue
@@ -5,7 +5,9 @@ | @@ -5,7 +5,9 @@ | ||
5 | title="Modal Title" | 5 | title="Modal Title" |
6 | @visible-change="handleVisibleChange" | 6 | @visible-change="handleVisibleChange" |
7 | > | 7 | > |
8 | - <BasicForm @register="registerForm" :model="model" /> | 8 | + <div class="pt-3px pr-3px"> |
9 | + <BasicForm @register="registerForm" :model="model" /> | ||
10 | + </div> | ||
9 | </BasicModal> | 11 | </BasicModal> |
10 | </template> | 12 | </template> |
11 | <script lang="ts"> | 13 | <script lang="ts"> |