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