mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-11 12:57:10 +08:00
style(GiForm): 调整表单项在不同屏幕下的布局方式
- 修改 GiForm 组件的 gridItemProps 属性,调整默认布局 - 更新用户管理页面的搜索表单,优化各字段的布局方式
This commit is contained in:
@@ -113,7 +113,7 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
scrollToFirstError: true,
|
||||
defaultCollapsed: false,
|
||||
search: false,
|
||||
gridItemProps: { span: { xs: 24, sm: 12, xxl: 8 } },
|
||||
gridItemProps: { span: { xs: 24, sm: 8, xxl: 8 } },
|
||||
searchBtnText: '搜索',
|
||||
hideFoldBtn: false,
|
||||
suffix: true,
|
||||
|
||||
Reference in New Issue
Block a user