[bugfix] AddressEdit: missing border (#1800)

This commit is contained in:
neverland
2018-09-13 20:55:09 +08:00
committed by GitHub
parent 3d00566182
commit eeb7f0d1ca
5 changed files with 51 additions and 35 deletions

View File

@@ -46,7 +46,6 @@
v-model="data.postalCode"
type="tel"
maxlength="6"
class="van-hairline--top"
:label="$t('postal')"
:placeholder="$t('postal')"
:error="errorInfo.postalCode"