|
@@ -56,7 +56,7 @@
|
|
:strokeColor="strokeColor"
|
|
:strokeColor="strokeColor"
|
|
:fontSize="fontSize"
|
|
:fontSize="fontSize"
|
|
:curTextItem="EquipMsgItem"
|
|
:curTextItem="EquipMsgItem"
|
|
- :backgroundColor="backgroundColor"
|
|
|
|
|
|
+ :backgroundColor="backgroundColor"
|
|
@changeEquipMsgData="changeEquipMsg"
|
|
@changeEquipMsgData="changeEquipMsg"
|
|
></BaseEquipmentMsg>
|
|
></BaseEquipmentMsg>
|
|
<graphPaper v-show="!itemType">
|
|
<graphPaper v-show="!itemType">
|
|
@@ -166,7 +166,7 @@ export default {
|
|
this.itemType == "BaseText" ||
|
|
this.itemType == "BaseText" ||
|
|
this.itemType == "BaseExplain"
|
|
this.itemType == "BaseExplain"
|
|
) {
|
|
) {
|
|
- this.strokeColor = item.strokeColor.toRgba();
|
|
|
|
|
|
+ this.strokeColor = item.color.toRgba();
|
|
this.backgroundColor = item.backgroundColor.toRgba();
|
|
this.backgroundColor = item.backgroundColor.toRgba();
|
|
this.textMsg = item.text;
|
|
this.textMsg = item.text;
|
|
this.fontSize = item.font.size;
|
|
this.fontSize = item.font.size;
|