zhangyu 4 anni fa
parent
commit
945c0aac6c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/components/edit/attr_select.vue

+ 1 - 0
src/components/edit/attr_select.vue

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