fix(style): form field item

This commit is contained in:
jialin
2024-07-04 10:47:22 +08:00
parent b2d70c1d53
commit ed3f9f7e96
24 changed files with 214 additions and 127 deletions
+3 -2
View File
@@ -4,6 +4,7 @@ export default {
'common.button.readonly': 'Readonly',
'common.button.editmode': 'Edit mode',
'common.button.add': 'Add',
'common.button.login': 'Log In',
'common.button.continue': 'Continue',
'common.button.upload': 'Upload',
'common.button.save': 'Save',
@@ -92,8 +93,8 @@ export default {
'common.data.none': 'No Data',
'common.action.none': 'Not Available',
'common.button.addfile': 'Add File',
'common.logout.msg': 'Logout succeeded',
'common.button.logout': 'Logout',
'common.logout.msg': 'Log out succeeded',
'common.button.logout': 'Log out',
'common.form.rule.select': 'please select {name}',
'common.form.rule.input': '{name} is required',
'common.form.key': 'the same key exists',