Commit a2d8be3ab29da88126f3ba971f6893cb12327759

Authored by Vben
1 parent aec230ca

fix(demo): style error,fix #806

src/views/demo/page/form/high/index.vue
... ... @@ -2,17 +2,15 @@
2 2 <PageWrapper
3 3 class="high-form"
4 4 title="高级表单"
5   - contentBackground
6 5 content=" 高级表单常见于一次性输入和提交大批量数据的场景。"
7   - contentClass="p-4"
8 6 >
9 7 <a-card title="仓库管理" :bordered="false">
10 8 <BasicForm @register="register" />
11 9 </a-card>
12   - <a-card title="任务管理" :bordered="false" class="mt-5">
  10 + <a-card title="任务管理" :bordered="false" class="!mt-5">
13 11 <BasicForm @register="registerTask" />
14 12 </a-card>
15   - <a-card title="成员管理" :bordered="false" class="mt-5">
  13 + <a-card title="成员管理" :bordered="false">
16 14 <PersonTable ref="tableRef" />
17 15 </a-card>
18 16  
... ...