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

View File

@@ -91,8 +91,8 @@ export default function PluginInstalledComponent() {
);
})}
<CreateCardComponent
height={140}
plusSize={90}
height={'140px'}
plusSize={'90px'}
onClick={() => {
setModalOpen(true);
}}