[Improvement] ContactEdit: optimize style (#1677)

This commit is contained in:
neverland
2018-08-24 11:09:57 +08:00
committed by GitHub
parent fddf566f42
commit 5a5cb06002
9 changed files with 48 additions and 54 deletions
+2 -2
View File
@@ -8,10 +8,10 @@ export default {
complete: 'Complete',
contact: 'Name',
loadingTip: 'Loading...',
nameEmpty: 'Name can not be empty',
telEmpty: 'Please fill in the tel',
nameEmpty: 'Please fill in the name',
confirmDelete: 'Are you sure you want to delete?',
telInvalid: 'Malformed phone number',
telPlaceholder: 'Phone',
vanContactCard: {
addText: 'Add contact info'
},