feat: 调整表单标签样式,修改为中等字体粗细
This commit is contained in:
@ -28,7 +28,7 @@ async function submit() {
|
|||||||
classes: {
|
classes: {
|
||||||
form: 'flex flex-col gap-4 w-full',
|
form: 'flex flex-col gap-4 w-full',
|
||||||
outer: 'flex flex-col gap-2',
|
outer: 'flex flex-col gap-2',
|
||||||
label: 'font-bold block'
|
label: 'font-medium block'
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
:type="form"
|
:type="form"
|
||||||
|
Reference in New Issue
Block a user