Commit 8b6e07b768f110f13b4f2efa6c46e03266667a8c

Authored by 无木
1 parent 50207ad7

fix(demo): fix basic form page style

修复表单基础示例页面,远程下拉的弹出层有时显示不完整的问题。
Showing 1 changed file with 1 additions and 1 deletions
src/views/demo/form/index.vue
1 1 <template>
2   - <PageWrapper title="表单基础示例">
  2 + <PageWrapper title="表单基础示例" contentFullHeight>
3 3 <CollapseContainer title="基础示例">
4 4 <BasicForm
5 5 autoFocusFirstItem
... ...