ソースを参照

'提交代码'

zhangyu 4 年 前
コミット
945c0aac6c
1 ファイル変更1 行追加0 行削除
  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 = "";