index.wxss 108 B

123456
  1. @import '../common/index.wxss';
  2. .van-checkbox-group--horizontal {
  3. display: flex;
  4. flex-wrap: wrap
  5. }