|
|
@@ -129,7 +129,7 @@ export default {
|
|
|
if (this.columns > 5) this.columns = 5;
|
|
|
this.size = parseInt(this.width / this.columns) - 9;
|
|
|
} else {
|
|
|
- this.width = (this.maxWidth + 0);
|
|
|
+ this.width = width; //(this.maxWidth + 0);
|
|
|
this.columns = 5;
|
|
|
this.size = parseInt(this.width / this.columns) - 9;
|
|
|
}
|