mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-03 03:32:59 +08:00
fix(demo): style error,fix #806
This commit is contained in:
parent
aec230ca19
commit
a2d8be3ab2
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user