perf: styles of model config page

This commit is contained in:
Junyan Qin
2025-05-06 21:18:39 +08:00
parent 7382186bc4
commit 646687b8da
10 changed files with 183 additions and 96 deletions
+2 -2
View File
@@ -151,8 +151,8 @@ export default function BotConfigPage() {
);
})}
<CreateCardComponent
height={200}
plusSize={90}
height={'200px'}
plusSize={'90px'}
onClick={handleCreateBotClick}
/>
</div>