mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
22 lines
264 B
CSS
22 lines
264 B
CSS
@import './common/var.css';
|
|
|
|
.van-contact-edit {
|
|
&__buttons {
|
|
padding: 20px 10px;
|
|
}
|
|
|
|
&__default {
|
|
.van-cell__title {
|
|
line-height: 31px;
|
|
}
|
|
|
|
.van-cell__value {
|
|
height: 31px;
|
|
}
|
|
}
|
|
|
|
.van-button {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|