UI编辑器一批细节优化 #278
+3
-1
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user