[bugfix] Cell: default width (#1029)

This commit is contained in:
neverland 2018-05-10 11:39:58 +08:00 committed by GitHub
parent bf05e1e9e1
commit 7cdd27826a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
@import './common/var.css';
.van-cell {
width: 100%;
display: flex;
padding: 10px 15px;
box-sizing: border-box;