mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-25 06:57:12 +08:00
refactor: 重构用户管理搜索栏(支持多条件展开及折叠)
This commit is contained in:
@@ -39,7 +39,7 @@ const title = computed(
|
||||
const formRef = ref<InstanceType<typeof GiForm>>()
|
||||
|
||||
const options: Options = {
|
||||
form: {},
|
||||
form: { size: 'large' },
|
||||
col: { xs: 24, sm: 24, md: 24, lg: 24, xl: 24, xxl: 24 },
|
||||
btns: { hide: true }
|
||||
}
|
||||
|
Reference in New Issue
Block a user