From 5d30d738ca037e4aadb0f172ad227d8cb501b48a Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 27 Oct 2023 14:55:46 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=20=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8F=8F=E8=BF=B0=E6=96=87=E5=AD=97=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- src/i18n/locales/zh-CN.ts | 2 +- src/views/login.vue | 4 ++-- src/views/register.vue | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 48d9c82b..1f0352ae 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -6,7 +6,7 @@ export default { // 通用 common: { title: 'Core Network Management Platform', - desc: 'Login to Core Network Management Platform', + desc: 'Core Network Management Platform', loading: 'Please wait...', tipTitle: 'Prompt', msgSuccess: 'Success {msg}', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 295a14e4..08568fd5 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -6,7 +6,7 @@ export default { // 通用 common: { title: '核心网络管理平台', - desc: '登录核心网络管理平台', + desc: '核心网络管理平台', loading: '请稍等...', tipTitle: '提示', msgSuccess: '成功 {msg}', diff --git a/src/views/login.vue b/src/views/login.vue index a7c5cf86..491b1149 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -318,9 +318,9 @@ function fnChangeLocale(e: any) { .desc { margin-top: 14px; - margin-bottom: 20px; + margin-bottom: 28px; color: #666; - font-size: 14px; + font-size: 18px; } } &__main { diff --git a/src/views/register.vue b/src/views/register.vue index bbe13086..6f18266f 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -80,7 +80,7 @@ function fnFinish() { {{ appStore.appName }} @@ -224,9 +224,9 @@ function fnFinish() { .desc { margin-top: 14px; - margin-bottom: 20px; - color: rgba(0, 0, 0, 0.45); - font-size: 14px; + margin-bottom: 28px; + color: #666; + font-size: 18px; } }