fix: 文本组件根据仪表板缩放比例自动缩放文本大小和间隙,防止编辑和预览不一致

This commit is contained in:
wangjiahao 2021-11-30 11:46:47 +08:00
parent 700fe805af
commit 1fdb21a103

View File

@ -80,13 +80,14 @@ export default {
panelId: '',
needToChangeHeight: [
'top',
'height',
'fontSize',
'borderWidth'
'height'
],
needToChangeWidth: [
'left',
'width'
'width',
'fontSize',
'borderWidth',
'letterSpacing'
],
scaleWidth: '100',
scaleHeight: '100',