Commit f32d2715ef4b8fbf75b2c3870df81a7c0279c858

Authored by luocong2016
Committed by GitHub
1 parent fb73be09

fix: css !mt-5 (#2573)

src/views/demo/page/form/high/index.vue
... ... @@ -10,7 +10,7 @@
10 10 <a-card title="任务管理" :bordered="false" class="!mt-5">
11 11 <BasicForm @register="registerTask" />
12 12 </a-card>
13   - <a-card title="成员管理" :bordered="false">
  13 + <a-card title="成员管理" :bordered="false" class="!mt-5">
14 14 <PersonTable ref="tableRef" />
15 15 </a-card>
16 16  
... ...