vant-weapp/packages/row/index.less
2020-04-25 10:59:58 +08:00

8 lines
84 B
Plaintext

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