|
|
|
@ -41,7 +41,7 @@ export default {
|
|
|
|
|
left: this.transStyle.left + "px",
|
|
|
|
|
top: this.transStyle.top + "px",
|
|
|
|
|
right: this.transStyle.right + "px",
|
|
|
|
|
whiteSpace: this.transStyle.whiteSpace ? "pre-line": null
|
|
|
|
|
whiteSpace: this.transStyle.whiteSpace ? "pre-line": "normal"
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|