[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);
}}