Fix: Modify the personal center style #10703 (#11347)

### What problem does this PR solve?

Fix: Modify the personal center style

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-11-18 20:07:17 +08:00
committed by GitHub
parent 8cd4882596
commit 50bc53a1f5
19 changed files with 79 additions and 68 deletions

View File

@ -496,7 +496,7 @@ const DynamicForm = {
<Textarea
{...finalFieldProps}
placeholder={field.placeholder}
className="resize-none"
// className="resize-none"
/>
);
}}
@ -544,7 +544,7 @@ const DynamicForm = {
render={({ field: formField }) => (
<FormItem
className={cn('flex items-center w-full', {
'flex-row items-start space-x-3 space-y-0':
'flex-row items-center space-x-3 space-y-0':
!field.horizontal,
})}
>