|
@@ -608,6 +608,7 @@ export default {
|
|
this.lengedName = Item.name;
|
|
this.lengedName = Item.name;
|
|
this.fontSize = Item.font.size;
|
|
this.fontSize = Item.font.size;
|
|
this.fontColor = Item.color.value;
|
|
this.fontColor = Item.color.value;
|
|
|
|
+ this.lineWidth = Item.lineWidth;
|
|
this.borderColor = Item.strokeColor ? Item.strokeColor.value : "";
|
|
this.borderColor = Item.strokeColor ? Item.strokeColor.value : "";
|
|
this.fillColor = Item.fillColor ? Item.fillColor.value : "";
|
|
this.fillColor = Item.fillColor ? Item.fillColor.value : "";
|
|
this.itemExplain = "";
|
|
this.itemExplain = "";
|