[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
+4 -5
View File
@@ -9,6 +9,7 @@ export default {
contact: 'Name',
loadingTip: 'Loading...',
nameEmpty: 'Name can not be empty',
confirmDelete: 'Are you sure you want to delete?',
telInvalid: 'Malformed phone number',
telPlaceholder: 'Phone',
vanContactCard: {
@@ -17,9 +18,6 @@ export default {
vanContactList: {
addText: 'Add new contact'
},
vanContactEdit: {
confirmDelete: 'Are you sure you want to delete this contact?'
},
vanPagination: {
prev: 'Previous',
next: 'Next'
@@ -52,13 +50,14 @@ export default {
},
vanAddressEdit: {
area: 'Area',
receiver: 'Receiver',
postal: 'Postal',
areaEmpty: 'Please select a receiving area',
addressEmpty: 'Address can not be empty',
postalEmpty: 'Wrong postal code',
defaultAddress: 'Set as the default address',
confirmDelete: 'Are you sure you want to delete this address?'
telPlaceholder: 'Phone',
namePlaceholder: 'Name',
areaPlaceholder: 'Area'
},
vanAddressEditDetail: {
label: 'Address',