Commit a2d8be3a authored by Vben's avatar Vben

fix(demo): style error,fix #806

parent aec230ca
...@@ -2,17 +2,15 @@ ...@@ -2,17 +2,15 @@
<PageWrapper <PageWrapper
class="high-form" class="high-form"
title="高级表单" title="高级表单"
contentBackground
content=" 高级表单常见于一次性输入和提交大批量数据的场景。" content=" 高级表单常见于一次性输入和提交大批量数据的场景。"
contentClass="p-4"
> >
<a-card title="仓库管理" :bordered="false"> <a-card title="仓库管理" :bordered="false">
<BasicForm @register="register" /> <BasicForm @register="register" />
</a-card> </a-card>
<a-card title="任务管理" :bordered="false" class="mt-5"> <a-card title="任务管理" :bordered="false" class="!mt-5">
<BasicForm @register="registerTask" /> <BasicForm @register="registerTask" />
</a-card> </a-card>
<a-card title="成员管理" :bordered="false" class="mt-5"> <a-card title="成员管理" :bordered="false">
<PersonTable ref="tableRef" /> <PersonTable ref="tableRef" />
</a-card> </a-card>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment