[Improvement] AddressEdit: optimize style (#1676)

This commit is contained in:
neverland
2018-08-24 10:44:09 +08:00
committed by GitHub
parent 7d8fff70af
commit fddf566f42
9 changed files with 79 additions and 78 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ export default create({
buttonDisabled() {
return (
!this.exchangeButtonLoading &&
(this.exchangeButtonDisabled ||
(this.exchangeButtonDisabled || !this.currentCode ||
this.currentCode.length < this.exchangeMinLength)
);
},