From f549f2654127e4812b4e255a2bbccddf440582c1 Mon Sep 17 00:00:00 2001 From: huangjunsen <951434130@qq.com> Date: Mon, 31 Mar 2025 17:35:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(style):=20:sparkles:=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=85=A8=E5=B1=80css=E8=A6=86=E5=86=99element=20ui=20=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=A1=AB=E5=85=85=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-web/src/styles/global.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 main/manager-web/src/styles/global.scss diff --git a/main/manager-web/src/styles/global.scss b/main/manager-web/src/styles/global.scss new file mode 100644 index 00000000..dfc8e51b --- /dev/null +++ b/main/manager-web/src/styles/global.scss @@ -0,0 +1,14 @@ +// 覆盖 autofill 样式 +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +textarea:-webkit-autofill, +textarea:-webkit-autofill:hover, +textarea:-webkit-autofill:focus, +select:-webkit-autofill, +select:-webkit-autofill:hover, +select:-webkit-autofill:focus { + -webkit-box-shadow: 0 0 0px 1000px transparent inset; + transition: background-color 5000s ease-in-out 0s; + background-color: transparent; +} \ No newline at end of file