Showing
3 changed files
with
10 additions
and
1 deletions
@@ -59,7 +59,7 @@ const FieldsCheckboxGroup: FC<FieldsCheckboxGroupProps> = (props) => { | @@ -59,7 +59,7 @@ const FieldsCheckboxGroup: FC<FieldsCheckboxGroupProps> = (props) => { | ||
59 | <Divider style={{ margin: 0 }} /> | 59 | <Divider style={{ margin: 0 }} /> |
60 | <ul | 60 | <ul |
61 | className={'qx-setting-fields'} | 61 | className={'qx-setting-fields'} |
62 | - style={{ maxHeight: '200px', overflow: 'auto' }} | 62 | + style={{ maxHeight: '290px', overflow: 'auto' }} |
63 | > | 63 | > |
64 | {fields.map((item) => { | 64 | {fields.map((item) => { |
65 | return ( | 65 | return ( |