From 436b52186129e60ba72c20e43d2845bc3f899901 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 22 八月 2024 11:16:56 +0800 Subject: [PATCH] 取消暂停svg更新 --- src/design/index.less | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/design/index.less b/src/design/index.less index 9758c16..98a63d0 100644 --- a/src/design/index.less +++ b/src/design/index.less @@ -1,12 +1,14 @@ +@import 'color.less'; @import 'transition/index.less'; @import 'var/index.less'; @import 'public.less'; @import 'ant/index.less'; -@import './theme.less'; -@import './entry.css'; +@import 'theme.less'; +@import 'entry.css'; input:-webkit-autofill { - box-shadow: 0 0 0 1000px white inset !important; + box-shadow: 0 0 0 1000px transparent inset; + -webkit-text-fill-color: @text-color-base; } :-webkit-autofill { @@ -20,10 +22,10 @@ html, body { + position: relative; width: 100%; height: 100%; - overflow: visible; - overflow-x: hidden; + overflow: hidden; &.color-weak { filter: invert(80%); @@ -43,3 +45,10 @@ span { outline: none; } + +// 淇濇寔 鍜� windi 涓�鏍风殑鍏ㄥ眬鏍峰紡锛屽噺灏戝崌绾у甫鏉ョ殑褰卞搷 +ul { + margin: 0; + padding: 0; + list-style: none; +} -- Gitblit v1.9.3