2017-04-19 17:46:40 +08:00

9 lines
94 B
CSS

.van-row {
&:after {
content: "";
display: table;
clear: both;
}
zoom: 1;
}