vant components

This commit is contained in:
cookfront
2017-04-19 17:46:40 +08:00
parent 06e333eb3e
commit 5e7ea19b1a
42 changed files with 2382 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
.van-row {
&:after {
content: "";
display: table;
clear: both;
}
zoom: 1;
}