index.acss 173 B

1234567891011
  1. .row-index {
  2. display: block;
  3. height: initial;
  4. }
  5. @import "../common/index.acss";
  6. .row-index .van-row:after {
  7. display: table;
  8. clear: both;
  9. content: "";
  10. }