[Improvement] ContactEdit: optimize style (#1677)

This commit is contained in:
neverland
2018-08-24 11:09:57 +08:00
committed by GitHub
parent fddf566f42
commit 5a5cb06002
9 changed files with 48 additions and 54 deletions

View File

@@ -2,10 +2,10 @@
.van-address-edit {
&__buttons {
padding: 20px 10px;
padding: 30px 15px;
.van-button {
margin-bottom: 10px;
margin-bottom: 15px;
}
}

View File

@@ -2,20 +2,14 @@
.van-contact-edit {
&__buttons {
padding: 20px 10px;
padding: 30px 15px;
}
&__default {
.van-cell__title {
line-height: 31px;
}
.van-cell__value {
height: 31px;
}
.van-cell__title {
max-width: 65px;
}
.van-button {
margin-bottom: 10px;
margin-bottom: 15px;
}
}