From 729542fde164e36192c3ede78c9bf5667c6fa4a0 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 21 Feb 2025 16:30:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BB=84=E4=BB=B6=E6=9C=80=E5=B0=8F=E5=AE=BD?= =?UTF-8?q?=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/utils/attr.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/utils/attr.ts b/core/core-frontend/src/utils/attr.ts index 0cf07d90bd..5161b4b7e5 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: 1 }, - { key: 'width', label: 'W', min: 10, max: 20000, step: 1 }, + { key: 'width', label: 'W', min: 2, max: 20000, step: 1 }, { key: 'top', label: 'Y', min: -1000, max: 20000, step: 1 }, - { key: 'height', label: 'H', min: 10, max: 20000, step: 1 } + { key: 'height', label: 'H', min: 2, max: 20000, step: 1 } ] export const multiDimensionalData = [