@@ -59,12 +59,7 @@ export default {
}
},
mounted() {
- if (this.width) {
- this.divStyle = "width:" + this.width + ";";
- } else {
- this.divStyle = "width:500px";
- }
-
+ this.divStyle = "width:" + this.width + ";";
this.divStyle = this.divStyle + "margin-top:-15px;";
let config = {