vant-weapp/packages/row/index.css

8 lines
84 B
CSS

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