Skip to content

Commit

Permalink
Update FormHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
funadmin authored Apr 13, 2022
1 parent 8bd4ba5 commit 10d8e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/FormHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ public static function region($name = 'regionCheck', $options = [])
public static function editor($name = 'container', $type = 1, $options = [], $value = '')
{
$id = $options['id'] ?? $name;
$height = $options['height'] ?? '450px';
$height = $options['height'] ?? '400px';
$path = $options['path'] ?? 'upload';
$label = $options['label'] ?? $name;
$str = '<div class="layui-form-item">
Expand Down

0 comments on commit 10d8e65

Please sign in to comment.