1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-23 18:00:33 +08:00
2018-09-28 15:18:24 +08:00

8 lines
84 B
Plaintext

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