mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
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:
parent
ae0439df9f
commit
82c612e679
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user