From 04c89920754329dfcc3b71dd12e236da18c245c7 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 10 一月 2025 09:15:58 +0800 Subject: [PATCH] 语言更新 --- 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