File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 44
44
>
45
45
46
46
<div class =" component-title" >
47
- <p >{{ componentData.componentName }}{{this.activeLayer.id}} </p >
47
+ <p >{{ componentData.componentName }}</p >
48
48
</div >
49
49
<q-icon v-if =" componentData.componentName === this.activeComponent"
50
50
size =" 25px"
Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ export default {
108
108
return {
109
109
attributeModal : " false" ,
110
110
classText: ' ' ,
111
- heightText: ' 0 ' ,
112
- widthText: ' 0 ' ,
113
- topText: ' 0 ' ,
114
- leftText: ' 0 ' ,
111
+ heightText: ' ' ,
112
+ widthText: ' ' ,
113
+ topText: ' ' ,
114
+ leftText: ' ' ,
115
115
noteText: ' ' ,
116
116
}
117
117
},
@@ -172,7 +172,6 @@ export default {
172
172
id: idNum
173
173
}
174
174
this .addActiveComponentHeight (payload);
175
- this .classText = ' ' ;
176
175
},
177
176
submitWidth (element , idNum ) {
178
177
if (element === ' ' ) {
@@ -183,7 +182,6 @@ export default {
183
182
id: idNum
184
183
}
185
184
this .addActiveComponentWidth (payload);
186
- this .widthText = ' ' ;
187
185
},
188
186
submitTop (element , idNum ) {
189
187
if (element === ' ' ) {
@@ -194,7 +192,6 @@ export default {
194
192
id: idNum
195
193
}
196
194
this .addActiveComponentTop (payload);
197
- this .topText = ' ' ;
198
195
},
199
196
submitLeft (element , idNum ) {
200
197
if (element === ' ' ) {
@@ -205,7 +202,7 @@ export default {
205
202
id: idNum
206
203
}
207
204
this .addActiveComponentLeft (payload);
208
- this . leftText = ' ' ;
205
+
209
206
},
210
207
closeMenu (element ) {
211
208
if (this .activeComponent !== ' ' ) {
You can’t perform that action at this time.
0 commit comments