Skip to content

Commit

Permalink
fix(demo): fix form style in modal
Browse files Browse the repository at this point in the history
修复演示页面中Modal内的Form样式问题

closed: #1076
  • Loading branch information
mynetfan committed Aug 14, 2021
1 parent 7971896 commit 30c5fc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/demo/comp/modal/Modal4.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
title="Modal Title"
@visible-change="handleVisibleChange"
>
<BasicForm @register="registerForm" :model="model" />
<div class="pt-3px pr-3px">
<BasicForm @register="registerForm" :model="model" />
</div>
</BasicModal>
</template>
<script lang="ts">
Expand Down

0 comments on commit 30c5fc6

Please sign in to comment.