From d8e37734b169b2875f89fbaa18c9a97e9f45dfe2 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 1 Jul 2021 13:25:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=AA=E8=A1=A8=E6=9D=BF=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E6=98=AF=E7=9A=84=E7=9F=A9=E9=98=B5=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=20=E8=B0=83=E6=95=B4=E4=B8=BA=E6=9B=B4=E9=87=91=E7=B4=A7?= =?UTF-8?q?=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Editor/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index b148897d89..6119004f42 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -153,8 +153,8 @@ export default { }, // 矩阵数量 默认 12 * 24 matrixCount: { - x: 12, - y: 24 + x: 24, + y: 48 }, customStyleHistory: null, showDrag: true,