index.css 104 B

123456
  1. @import '../common/index.css';
  2. .van-row:after {
  3. display: table;
  4. clear: both;
  5. content: '';
  6. }