李帅

1.后台可上传图文内容。

...@@ -368,7 +368,7 @@ class MakeImages implements ShouldQueue ...@@ -368,7 +368,7 @@ class MakeImages implements ShouldQueue
368 } 368 }
369 } 369 }
370 370
371 - return ceil($this->width * $width / 100 / $max_len); 371 + return ceil($this->width * $width / 10 / $max_len);
372 } 372 }
373 373
374 /** 374 /**
......