From 1fdb21a10351c5cb5314b8d05103cbd4bc9b6ed3 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 30 Nov 2021 11:46:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E6=9C=AC=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=BC=A9=E6=94=BE?= =?UTF-8?q?=E6=AF=94=E4=BE=8B=E8=87=AA=E5=8A=A8=E7=BC=A9=E6=94=BE=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E5=A4=A7=E5=B0=8F=E5=92=8C=E9=97=B4=E9=9A=99=EF=BC=8C?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E7=BC=96=E8=BE=91=E5=92=8C=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/Editor/Preview.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/canvas/components/Editor/Preview.vue b/frontend/src/components/canvas/components/Editor/Preview.vue index cea20daf31..77fdd94f34 100644 --- a/frontend/src/components/canvas/components/Editor/Preview.vue +++ b/frontend/src/components/canvas/components/Editor/Preview.vue @@ -80,13 +80,14 @@ export default { panelId: '', needToChangeHeight: [ 'top', - 'height', - 'fontSize', - 'borderWidth' + 'height' ], needToChangeWidth: [ 'left', - 'width' + 'width', + 'fontSize', + 'borderWidth', + 'letterSpacing' ], scaleWidth: '100', scaleHeight: '100',