feat: GiForm 组件替换为 Grid 布局(同步 GiDemo 更新)

This commit is contained in:
2024-10-27 22:05:37 +08:00
parent 88864d8c5d
commit 4b902475dd
13 changed files with 52 additions and 68 deletions

View File

@@ -34,7 +34,6 @@ const formRef = ref<InstanceType<typeof GiForm>>()
const options: Options = {
form: { size: 'large' },
col: { xs: 24, sm: 24, md: 24, lg: 24, xl: 24, xxl: 24 },
btns: { hide: true }
}