Skip to content

Commit

Permalink
fix(demo): style error,fix #806
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Jun 24, 2021
1 parent aec230c commit a2d8be3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/views/demo/page/form/high/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
<PageWrapper
class="high-form"
title="高级表单"
contentBackground
content=" 高级表单常见于一次性输入和提交大批量数据的场景。"
contentClass="p-4"
>
<a-card title="仓库管理" :bordered="false">
<BasicForm @register="register" />
</a-card>
<a-card title="任务管理" :bordered="false" class="mt-5">
<a-card title="任务管理" :bordered="false" class="!mt-5">
<BasicForm @register="registerTask" />
</a-card>
<a-card title="成员管理" :bordered="false" class="mt-5">
<a-card title="成员管理" :bordered="false">
<PersonTable ref="tableRef" />
</a-card>

Expand Down

0 comments on commit a2d8be3

Please sign in to comment.