mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[Improvement] ContactEdit: optimize style (#1677)
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
.van-address-edit {
|
||||
&__buttons {
|
||||
padding: 20px 10px;
|
||||
padding: 30px 15px;
|
||||
|
||||
.van-button {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user