fix(code-editor): adjust loading skeleton padding for improved layout

This commit is contained in:
cfngc4594 2025-02-20 01:05:30 +08:00
parent 63501a3f6c
commit f0b2428e8b

View File

@ -89,7 +89,7 @@ export default function CodeEditor() {
console.log("onValidate:", marker.message) console.log("onValidate:", marker.message)
); );
}} }}
loading={<Skeleton className="h-full w-full p-4" />} loading={<Skeleton className="h-full w-full" />}
/> />
); );
} }