perf: card layout in each page

This commit is contained in:
Junyan Qin
2025-05-10 09:25:39 +08:00
parent f8b877fde0
commit 55087e54d0
15 changed files with 48 additions and 60 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ export default function LLMConfigPage() {
</Dialog>
<div className={`${styles.modelListContainer}`}>
<CreateCardComponent
width={'24rem'}
width={'100%'}
height={'10rem'}
plusSize={'90px'}
onClick={handleCreateModelClick}