fix(style): [radio] marginRight 30px same as checkbox (#15260)

* fix(style): [checkbox] marginRight 32px same as radio

* fix(style): [radio] marginRight 30px same as checkbox

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
This commit is contained in:
Junan 2024-07-29 18:16:42 +08:00 committed by GitHub
parent ae0439df9f
commit 82c612e679
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ $radio-font-size: map.merge(
outline: none;
font-size: getCssVar('font-size', 'base');
user-select: none;
margin-right: 32px;
margin-right: 30px;
height: map.get($radio-height, 'default');
@each $size in (large, small) {