diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 334c0c4..f69bbaf 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -131,7 +131,7 @@ "a1": "Portrait", "a2": "Nickname", "a3": "Master Account", - "a4": "Mobile Number", + "a4": "Phone Number", "a5": "Untie", "a6": "Binding", "a7": "Mailbox binding", @@ -413,7 +413,7 @@ "c3": "Please fill in the phone number", "c4": "Please fill in the mailbox number", "c5": "Registered successfully", - "c6": "Invitation Code (required)", + "c6": "Invitation Code (Required)", "c7": "Enter your invitation code", "c8": "Verification code", "c9": "Enter verification code", diff --git a/pages/reg/index.vue b/pages/reg/index.vue index 9e2a819..2a03dee 100644 --- a/pages/reg/index.vue +++ b/pages/reg/index.vue @@ -59,15 +59,14 @@ - {{$t('reg.a2')}} - @@ -415,4 +414,7 @@ export default { .black{ color: #000; } +::v-deep .el-input__inner{ + font-size: 13px !important; +} \ No newline at end of file