refactor: 调整 OSS 配置表单布局

This commit is contained in:
dap
2025-09-09 19:39:23 +08:00
parent 498f846560
commit 7c65fec38f
2 changed files with 4 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ export const drawerSchema: FormSchemaGetter = () => [
},
defaultValue: '0',
fieldName: 'accessPolicy',
formItemClass: 'col-span-3 lg:col-span-2',
formItemClass: 'col-span-6 lg:col-span-3',
label: '权限桶类型',
},
{
@@ -205,7 +205,7 @@ export const drawerSchema: FormSchemaGetter = () => [
},
defaultValue: 'N',
fieldName: 'isHttps',
formItemClass: 'col-span-3 lg:col-span-1',
formItemClass: 'col-span-6 lg:col-span-3',
label: '是否https',
rules: 'required',
},