10 lines
112 B
CSS

@import './common/var.css';
.van-row {
&:after {
content: "";
display: table;
clear: both;
}
}