This commit is contained in:
ival 2021-04-08 17:31:47 +08:00
commit 1677cfc318
2 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export default [
description: '文字描边样式。'
},
{
prop: 'textLineWidth',
prop: 'textStrokeWidth',
label: '文字描边宽度',
type: types.Number,
min: 0,

View File

@ -109,6 +109,7 @@ export default {
const elem = this.elementList.find(el => el.code == this.selected.type);
if (elem) {
elem.model = this.selected;
this.enabledTab=this.selected.type;
}
} else {
this.selected = null;