|
@@ -308,6 +308,7 @@
|
|
|
styleBasic () {
|
|
|
return {
|
|
|
width: this.element['width'] + 'px',
|
|
|
+ height: this.element['height'] + 'px',
|
|
|
lineHeight: this.element['lineHeight'],
|
|
|
color: this.element['color'],
|
|
|
backgroundColor: this.element['allTransparent'] || this.element['backgroundColor'],
|