This commit is contained in:
hailin 2025-04-22 10:37:48 +08:00
parent d5f366037d
commit 6aafdfda89
1 changed files with 1 additions and 3 deletions

View File

@ -41,10 +41,8 @@ export const StepContainer: FC<StepContainerProps> = ({
} }
} }
} }
const { t } = useTranslation()
return ( return (
const { t } = useTranslation()
<Card <Card
className="max-h-[calc(100vh-60px)] w-[600px] overflow-auto" className="max-h-[calc(100vh-60px)] w-[600px] overflow-auto"
onKeyDown={handleKeyDown} onKeyDown={handleKeyDown}