[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'
},
+1 -1
View File
@@ -8,10 +8,10 @@ export default {
complete: '完成',
contact: '联系人',
loadingTip: '加载中...',
telEmpty: '请填写电话',
nameEmpty: '请填写姓名',
confirmDelete: '确定要删除么',
telInvalid: '请填写正确的电话',
telPlaceholder: '手机或固定电话',
vanContactCard: {
addText: '添加订单联系人信息'
},
+1 -1
View File
@@ -8,10 +8,10 @@ export default {
complete: '完成',
contact: '聯系人',
loadingTip: '加載中...',
telEmpty: '請填寫電話',
nameEmpty: '請填寫姓名',
confirmDelete: '確定要刪除麽',
telInvalid: '請填寫正確的電話',
telPlaceholder: '手機或固定電話',
vanContactCard: {
addText: '添加訂單聯系人信息'
},