vant-weapp/packages/row/index.less
2018-09-28 15:18:24 +08:00

8 lines
84 B
Plaintext

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