mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-02 14:16:35 +08:00
9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
@import '../style/var';
|
|
|
|
.van-checkbox-group {
|
|
&--horizontal {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|