index.less 86 B

123456
  1. .van-checkbox-group {
  2. &--horizontal {
  3. display: flex;
  4. flex-wrap: wrap;
  5. }
  6. }