From 533353dbeb19b3fa45817e9f65874db4e2ce6f9e Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 15 九月 2026 13:15:40 +0800
Subject: [PATCH] feat(login): 移除企业微信登录选项并调整样式

---
 src/views/login/components/LoginBrand.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/login/components/LoginBrand.vue b/src/views/login/components/LoginBrand.vue
index 3c7c097..57bb125 100644
--- a/src/views/login/components/LoginBrand.vue
+++ b/src/views/login/components/LoginBrand.vue
@@ -44,7 +44,7 @@
 const features = [
   { icon: 'CircleCheck', label: '鍝佽川淇濋殰', sub: '涓ユ帶璐ㄩ噺鏍囧噯' },
   { icon: 'Setting', label: '鏅鸿兘鍒堕��', sub: '鏁板瓧鍖栫敓浜х鐞�' },
-  { icon: 'Connection', label: '鏈嶅姟鍏ㄧ悆', sub: '鍔╁姏鍙h厰鍋ュ悍浜嬩笟' }
+  { icon: 'Connection', label: '鏈嶅姟鍏ㄥ浗', sub: '鍔╁姏鍙h厰鍋ュ悍浜嬩笟' }
 ]
 </script>
 
@@ -72,13 +72,13 @@
 .brand__logo {
   position: relative;
   z-index: 2;
+  // 鍘熷浘鑷甫鐧藉簳锛屾鐗囧彔搴曡鐧借壊閮ㄥ垎閫忓嚭鑳屾櫙锛岀瓑鏁堝幓搴�
+  mix-blend-mode: multiply;
 
   img {
-    height: 46px;
-    padding: 6px 12px;
-    background: #fff;
-    border-radius: 8px;
-    box-shadow: 0 4px 16px rgba(16, 42, 96, 0.08);
+    display: block;
+    height: 76px;
+    width: auto;
     object-fit: contain;
   }
 }

--
Gitblit v1.9.3