vbea hace 2 años
padre
commit
c01d352356
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Strides-Admin/src/views/dashboard/index2.vue

+ 1 - 1
Strides-Admin/src/views/dashboard/index2.vue

@@ -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;
         }