This commit is contained in:
MarkLo 2025-12-02 23:46:59 +08:00
parent 40f7d0bb92
commit 0c955d4057
1 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ export function AnalysisForm({ onSubmit, loading = false }: AnalysisFormProps) {
{ANALYSTS.map((analyst) => ( {ANALYSTS.map((analyst) => (
<FormItem <FormItem
key={analyst.value} key={analyst.value}
className="flex flex-row items-start space-x-3 space-y-0" className="flex flex-row items-center space-x-3 space-y-0"
> >
<FormControl> <FormControl>
<Checkbox <Checkbox
@ -177,7 +177,7 @@ export function AnalysisForm({ onSubmit, loading = false }: AnalysisFormProps) {
}} }}
/> />
</FormControl> </FormControl>
<FormLabel className="font-normal cursor-pointer"> <FormLabel className="font-normal cursor-pointer leading-none">
{analyst.label} {analyst.label}
</FormLabel> </FormLabel>
</FormItem> </FormItem>