mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[bugfix] Address & Contact list style (#230)
* [bugfix] Checkbox border render error in weixin browser * [bugfix] TreeSelect dependency path error * [bugfix] Swipe should clear autoplay timer when destroyed * [bugfix] Optimize component dependency analyze when build style entry * merge * update yarn.lock * update README.md * update README.md * update README.md * update README.md * update README.md * [Doc] add more badges in README.md * update README.md * [bugfix] Address & Contact list style * fix: contact test cases
This commit is contained in:
@@ -27,7 +27,10 @@
|
||||
&__group {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
padding-bottom: 40px;
|
||||
box-sizing: border-box;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background-color: $background-color;
|
||||
}
|
||||
|
||||
&__name {
|
||||
|
@@ -2,6 +2,10 @@
|
||||
|
||||
.van-contact-list {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 55px;
|
||||
box-sizing: border-box;
|
||||
background-color: $background-color;
|
||||
|
||||
.van-cell__value {
|
||||
color: $text-color;
|
||||
|
Reference in New Issue
Block a user