mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-26 00:09:15 +08:00
9 lines
108 B
Plaintext
9 lines
108 B
Plaintext
@import '../style/var';
|
|
|
|
.van-radio-group {
|
|
&--horizontal {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|