fix: 文本组件根据仪表板缩放比例自动缩放文本大小和间隙,防止编辑和预览不一致
This commit is contained in:
parent
700fe805af
commit
1fdb21a103
@ -80,13 +80,14 @@ export default {
|
||||
panelId: '',
|
||||
needToChangeHeight: [
|
||||
'top',
|
||||
'height',
|
||||
'fontSize',
|
||||
'borderWidth'
|
||||
'height'
|
||||
],
|
||||
needToChangeWidth: [
|
||||
'left',
|
||||
'width'
|
||||
'width',
|
||||
'fontSize',
|
||||
'borderWidth',
|
||||
'letterSpacing'
|
||||
],
|
||||
scaleWidth: '100',
|
||||
scaleHeight: '100',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user