Skip to content

Commit e8487c3

Browse files
authored
Update FormHelper.php
1 parent 52393be commit e8487c3

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
@@ -842,7 +842,7 @@ public function upload($name = 'avatar', $formData = '', $options = [], $value
842842
$data_value .= ' data-'.$key.'="'.$val.'" ';
843843
}
844844
$croper_container = '<button type="button" '. $data_value . $crpperops . '
845-
class="layui-btn" lay-filter="cropper" id="' .$id .'">'
845+
class="layui-btn" lay-filter="cropper" id="' .$id .'"><i class="layui-icon layui-icon-upload"></i>'
846846
. lang('Cropper') .
847847
'</button>';
848848
$options['num'] = 1;

0 commit comments

Comments
 (0)