mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-10 18:13:14 +08:00
refactor: 调整 OSS 配置表单布局
This commit is contained in:
@@ -26,12 +26,12 @@ const title = computed(() => {
|
||||
|
||||
const [BasicForm, formApi] = useVbenForm({
|
||||
commonConfig: {
|
||||
formItemClass: 'col-span-3',
|
||||
formItemClass: 'col-span-6',
|
||||
labelWidth: 100,
|
||||
},
|
||||
schema: drawerSchema(),
|
||||
showDefaultActions: false,
|
||||
wrapperClass: 'grid-cols-3',
|
||||
wrapperClass: 'grid-cols-6',
|
||||
});
|
||||
|
||||
const { onBeforeClose, markInitialized, resetInitialized } = useBeforeCloseDiff(
|
||||
|
||||
Reference in New Issue
Block a user