[bugfix] Col: should set min-height

This commit is contained in:
陈嘉涵
2019-05-16 14:42:25 +08:00
parent 084eed3c63
commit 6961e4efb0
+1
View File
@@ -2,6 +2,7 @@
.van-col {
float: left;
min-height: 1px;
box-sizing: border-box;
}