feat: 更新表单标题为中文并调整表单样式
This commit is contained in:
@ -21,7 +21,8 @@ async function submit(formData: Record<string, any>, formNode: FormKitNode) {
|
||||
|
||||
<template>
|
||||
<Fieldset
|
||||
legend="Form 1"
|
||||
legend="表单"
|
||||
toggleable
|
||||
class="min-w-full"
|
||||
pt:content:class="flex justify-center"
|
||||
>
|
||||
@ -29,7 +30,7 @@ async function submit(formData: Record<string, any>, formNode: FormKitNode) {
|
||||
<FormKit
|
||||
:config="{
|
||||
classes: {
|
||||
form: 'flex flex-col w-full py-8 gap-8',
|
||||
form: 'flex flex-col w-full py-6 gap-8',
|
||||
outer: 'flex flex-col gap-2',
|
||||
/* label: 'font-medium block' */
|
||||
},
|
||||
|
Reference in New Issue
Block a user