index.css 119 B

123456
  1. @import '../common/index.css';
  2. .van-grid {
  3. position: relative;
  4. box-sizing: border-box;
  5. overflow: hidden;
  6. }