feat:【antd】【ele】【member 会员】level 迁移 ele

This commit is contained in:
YunaiV
2025-10-07 10:30:24 +08:00
parent 2f6e7ced5e
commit ba47b627c8
8 changed files with 68 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ const [Form, formApi] = useVbenForm({
class: 'w-full',
},
formItemClass: 'col-span-2',
labelWidth: 80,
labelWidth: 110,
},
layout: 'horizontal',
schema: useFormSchema(),
@@ -76,7 +76,7 @@ const [Modal, modalApi] = useVbenModal({
</script>
<template>
<Modal class="w-2/5" :title="getTitle">
<Modal :title="getTitle" class="w-1/2">
<Form class="mx-4" />
</Modal>
</template>