From c8c9da7b1afc5f21f4fd39801e8af0271d88918e Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 20 六月 2024 14:36:18 +0800
Subject: [PATCH] 在线培训初始化
---
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