优化 loading

This commit is contained in:
tianyaxiang 2025-02-02 19:37:37 +08:00
parent 5d347190f8
commit b1408d7b15

View File

@ -173,8 +173,8 @@ export function EditorPreview({
key={stableKeyRef.current}
>
<div className="bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 border-b flex items-center justify-between z-10 sticky top-0 left-0 right-0">
<div className="text-sm text-muted-foreground px-2 py-1"></div>
<div className="flex items-center gap-4 px-2 py-1">
<div className="text-sm text-muted-foreground px-4 py-2"></div>
<div className="flex items-center gap-4 px-4 py-2">
<div className="flex items-center gap-2">
<button
onClick={handleZoomOut}