[bugfix] ContactList: button position wrong (#2634)

This commit is contained in:
neverland
2019-01-27 17:09:28 +08:00
committed by GitHub
parent a3666522a9
commit d0a316c77b
4 changed files with 4 additions and 4 deletions
+1
View File
@@ -19,6 +19,7 @@ export default sfc({
<div class={bem()}>
<RadioGroup
value={this.value}
class={bem('group')}
onInput={event => {
this.$emit('input', event);
}}
+1 -2
View File
@@ -2,7 +2,7 @@
.van-contact-list {
height: 100%;
padding-bottom: 65px;
padding-bottom: 50px;
box-sizing: border-box;
.van-cell {
@@ -34,7 +34,6 @@
&__group {
height: 100%;
overflow-y: scroll;
padding-bottom: 100px;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
}