File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 --field-decorator-standard-normal-icon-margin-bottom : 4px ;
1717 --field-decorator-standard-normal-non-hint-margin-top : 4px ;
1818 --field-decorator-standard-small-margin-top : 18px ;
19- --field-decorator-standard-small-margin-bottom : 4 px ;
19+ --field-decorator-standard-small-margin-bottom : 0 ;
2020 --field-decorator-standard-small-icon-margin-top : 18px ;
2121 --field-decorator-standard-small-icon-margin-bottom : 4px ;
2222 --field-decorator-standard-small-non-hint-margin-top : 2px ;
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ Here are the CSS variables used by the component. Styles can be customized using
276276| ` --field-decorator-standard-normal-icon-margin-bottom ` | ` 4px ` |
277277| ` --field-decorator-standard-normal-non-hint-margin-top ` | ` 4px ` |
278278| ` --field-decorator-standard-small-margin-top ` | ` 18px ` |
279- | ` --field-decorator-standard-small-margin-bottom ` | ` 4px ` |
279+ | ` --field-decorator-standard-small-margin-bottom ` | ` 0 ` |
280280| ` --field-decorator-standard-small-icon-margin-top ` | ` 18px ` |
281281| ` --field-decorator-standard-small-icon-margin-bottom ` | ` 4px ` |
282282| ` --field-decorator-standard-small-non-hint-margin-top ` | ` 2px ` |
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ const filledValue13 = ref('')
276276| ` --field-decorator-standard-normal-icon-margin-bottom ` | ` 4px ` |
277277| ` --field-decorator-standard-normal-non-hint-margin-top ` | ` 4px ` |
278278| ` --field-decorator-standard-small-margin-top ` | ` 18px ` |
279- | ` --field-decorator-standard-small-margin-bottom ` | ` 4px ` |
279+ | ` --field-decorator-standard-small-margin-bottom ` | ` 0 ` |
280280| ` --field-decorator-standard-small-icon-margin-top ` | ` 18px ` |
281281| ` --field-decorator-standard-small-icon-margin-bottom ` | ` 4px ` |
282282| ` --field-decorator-standard-small-non-hint-margin-top ` | ` 2px ` |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default {
1515 '--field-decorator-standard-normal-icon-margin-bottom' : '4px' ,
1616 '--field-decorator-standard-normal-non-hint-margin-top' : '4px' ,
1717 '--field-decorator-standard-small-margin-top' : '18px' ,
18- '--field-decorator-standard-small-margin-bottom' : '4px ' ,
18+ '--field-decorator-standard-small-margin-bottom' : '0 ' ,
1919 '--field-decorator-standard-small-icon-margin-top' : '18px' ,
2020 '--field-decorator-standard-small-icon-margin-bottom' : '4px' ,
2121 '--field-decorator-standard-small-non-hint-margin-top' : '2px' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default {
1515 '--field-decorator-standard-normal-icon-margin-bottom' : '4px' ,
1616 '--field-decorator-standard-normal-non-hint-margin-top' : '4px' ,
1717 '--field-decorator-standard-small-margin-top' : '18px' ,
18- '--field-decorator-standard-small-margin-bottom' : '4px ' ,
18+ '--field-decorator-standard-small-margin-bottom' : '0 ' ,
1919 '--field-decorator-standard-small-icon-margin-top' : '18px' ,
2020 '--field-decorator-standard-small-icon-margin-bottom' : '4px' ,
2121 '--field-decorator-standard-small-non-hint-margin-top' : '2px' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default {
1515 '--field-decorator-standard-normal-icon-margin-bottom' : '4px' ,
1616 '--field-decorator-standard-normal-non-hint-margin-top' : '4px' ,
1717 '--field-decorator-standard-small-margin-top' : '18px' ,
18- '--field-decorator-standard-small-margin-bottom' : '4px ' ,
18+ '--field-decorator-standard-small-margin-bottom' : '0 ' ,
1919 '--field-decorator-standard-small-icon-margin-top' : '18px' ,
2020 '--field-decorator-standard-small-icon-margin-bottom' : '4px' ,
2121 '--field-decorator-standard-small-non-hint-margin-top' : '2px' ,
You can’t perform that action at this time.
0 commit comments