UI编辑器一批细节优化 #278

Merged
kdletters merged 44 commits from fix/ui-editor-minor-adjusts into master 2026-09-08 11:56:36 +08:00
Showing only changes of commit 98c5768ebf - Show all commits
@@ -476,7 +476,9 @@ export function PreviewWorkspace({
min={25}
max={200}
step={5}
value={Math.round(viewport.scale * 100)}
value={Math.round(
Number.parseInt(actions.displayPercent, 10),
)}
aria-label="画布缩放"
className="h-1 w-28 accent-orange-500"
onChange={(event) =>