Commit 54a6d60acf63f719368cf0049f3e2f4f51bf781a

Authored by 李婷
1 parent e1e72808

feat: 样式修复

... ... @@ -2,6 +2,10 @@
2 2
3 3 .qx-app-selector__modal {
4 4
  5 + .ant-typography {
  6 + font-size: 14px;
  7 + }
  8 +
5 9 .ant-popover-inner-content {
6 10 max-height: 280px;
7 11 overflow-y: auto;
... ...
... ... @@ -59,7 +59,7 @@ const FieldsCheckboxGroup: FC<FieldsCheckboxGroupProps> = (props) => {
59 59 <Divider style={{ margin: 0 }} />
60 60 <ul
61 61 className={'qx-setting-fields'}
62   - style={{ maxHeight: '200px', overflow: 'auto' }}
  62 + style={{ maxHeight: '290px', overflow: 'auto' }}
63 63 >
64 64 {fields.map((item) => {
65 65 return (
... ...
... ... @@ -19,4 +19,9 @@
19 19 color: @B8;
20 20 font-size: 16px;
21 21 }
  22 + .qx-input-select-dropdown {
  23 + .ant-input-affix-wrapper-sm {
  24 + border-radius: 0;
  25 + }
  26 + }
22 27 }
... ...