Skip to content

Commit 72e2a4a

Browse files
authored
Update FormHelper.php
1 parent f81be22 commit 72e2a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helper/FormHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ public static function upload($name = 'avatar', $formData = '', $options = [], $
698698
$width = $options['width'] ?? '300';
699699
$height = $options['height'] ?? '300';
700700
$mark = $options['mark'] ?? '1';
701-
$area = $options['area'] ?? '900px';
701+
$area = $options['area'] ?? '800px';
702702
$cops = ['name'=>$name,'path' => $options['path'], 'width' => $width, 'height' => $height, 'mark' => $mark, 'area' => $area];
703703
$crpperops = 'data-value="' . json_encode($cops, true) . '"';
704704
$data_value = '';

0 commit comments

Comments
 (0)