修复拼写错误。

master
vdpAdmin 2022-01-27 17:03:53 +08:00
parent 7f161f5c4f
commit 34f4e3104b
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@
exportJsonButton: true, //JSON
exportCodeButton: true, //
generateSFCButton: true, //SFC
toolBarMaxWidth: 420, //
toolbarMaxWidth: 420, //
presetCssCode: '', //CSS
}

View File

@ -272,7 +272,7 @@
},
mounted() {
let maxTBWidth = this.designerConfig.toolBarMaxWidth
let maxTBWidth = this.designerConfig.toolbarMaxWidth
let newTBWidth = window.innerWidth - 260 - 300 - 320 - 80
this.toolBarWidth = newTBWidth >= maxTBWidth ? maxTBWidth : (newTBWidth <= 300 ? 300 : newTBWidth)
addWindowResizeHandler(() => {