From f66d293d4491cd867c0789688811f369c058fe9a Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 6 Sep 2024 10:33:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):?= =?UTF-8?q?=20=E8=B0=83=E6=95=B4=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=A2=91=E5=BA=A6=E4=B8=BA1=20#11549?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/utils/attr.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/utils/attr.ts b/core/core-frontend/src/utils/attr.ts index 30d91729d3..0a57da747e 100644 --- a/core/core-frontend/src/utils/attr.ts +++ b/core/core-frontend/src/utils/attr.ts @@ -1,8 +1,8 @@ export const positionData = [ - { key: 'left', label: 'X', min: -1000, max: 20000, step: 10 }, - { key: 'width', label: 'W', min: 10, max: 20000, step: 10 }, - { key: 'top', label: 'Y', min: -1000, max: 20000, step: 10 }, - { key: 'height', label: 'H', min: 10, max: 20000, step: 10 } + { key: 'left', label: 'X', min: -1000, max: 20000, step: 1 }, + { key: 'width', label: 'W', min: 10, max: 20000, step: 1 }, + { key: 'top', label: 'Y', min: -1000, max: 20000, step: 1 }, + { key: 'height', label: 'H', min: 10, max: 20000, step: 1 } ] export const multiDimensionalData = [