提交 a2d8be3a 编写于 作者: V Vben

fix(demo): style error,fix #806

上级 aec230ca
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册