From 1bd03f5c2e7b9fa9cc80c4e673e18132da411333 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 12 Nov 2025 16:21:06 +0800
Subject: [PATCH] 1

---
 src/page/login/login.vue |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/page/login/login.vue b/src/page/login/login.vue
index 4929e75..c4c3c74 100644
--- a/src/page/login/login.vue
+++ b/src/page/login/login.vue
@@ -26,9 +26,9 @@
     <div class="logins_content">
       <div class="login_forms">
         <div class="top_forms">
-          <div class="forms_title">{{ $t("hj27") }}</div>
+          <div class="forms_title">{{ $t("hj16") }}</div>
           <el-input
-            :placeholder="$t('hj9')"
+            :placeholder="$t('请输入电子邮箱')"
             :size="medium"
             v-model="userName"
             clearable
@@ -66,10 +66,10 @@
         <div class="login_footer">
           <div class="tui-first">
             <div @click="$router.push('/register')">{{ $t("立即注册") }}</div>
-            <div class="symbol"></div>
-            <div @click="$store.dispatch('CustomerService')">
+            <!-- <div class="symbol"></div> -->
+            <!-- <div @click="$store.dispatch('CustomerService')">
               {{ $t("kf") }}
-            </div>
+            </div> -->
           </div>
         </div>
       </div>
@@ -285,8 +285,10 @@
   height: 100vh;
 
   .left_icon {
-    width: 112px;
-    height: 32px;
+    // width: 112px;
+    width: 50px;
+    height: 52px;
+    border-radius: 52px;
   }
 
   .multilingual {

--
Gitblit v1.9.3