From a908e8fd1672f560cac781e55d4a004dc332b773 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Thu, 29 May 2025 13:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E4=BC=98=E5=8C=96=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=A4=9A=E8=AF=AD=E8=A8=80=E7=BB=84=E4=BB=B6=E6=98=BE?= =?UTF-8?q?=E9=9A=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/login/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Web/src/views/login/index.vue b/Web/src/views/login/index.vue index d69ff0c9..a9515229 100644 --- a/Web/src/views/login/index.vue +++ b/Web/src/views/login/index.vue @@ -424,6 +424,10 @@ const initI18nOrSize = (value: string, attr: string) => { color: var(--el-color-white); } } + + .change-language { + display: none; + } } @media screen and (max-width: 580px) {