[Improvement] Field label align (#1353)

This commit is contained in:
neverland
2018-06-28 19:27:05 +08:00
committed by GitHub
parent 9bc40153e5
commit 64b2ba989e
4 changed files with 18 additions and 2 deletions

View File

@@ -89,4 +89,18 @@
min-height: 60px;
}
}
&--label {
&-center {
.van-cell__title {
text-align: center;
}
}
&-right {
.van-cell__title {
text-align: right;
}
}
}
}