From aac97bbf6af4d721d9cd323c263197696932d04e Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 9 Jun 2026 18:13:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E5=86=8C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/lang/en.json | 4 ++-- pages/reg/index.vue | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) 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