From 22faf396e2ccd1717587b5cd3f25199fd9379113 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 18 六月 2024 09:47:32 +0800
Subject: [PATCH] 登录自动填充bug

---
 src/views/login/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 94056b4..6b3f396 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -189,8 +189,8 @@
       caret-color: black;
 
       &:-webkit-autofill {
-        box-shadow: 0 0 0px 1000px $bg inset !important;
-        -webkit-text-fill-color: $cursor !important;
+        box-shadow: 0 0 0px 1000px white inset !important;
+        -webkit-text-fill-color: black !important;
       }
     }
   }

--
Gitblit v1.8.0