From bbb8a322707b2d9b4812f4a690b57b14db8e99a3 Mon Sep 17 00:00:00 2001 From: shihao <3127647737@qq.com> Date: Fri, 26 Dec 2025 18:49:41 +0800 Subject: [PATCH] =?UTF-8?q?feta:=E4=BC=98=E5=8C=96=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/templates/index.html b/templates/index.html index b61e76b..b622fc8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -116,6 +116,24 @@ border-color: rgba(15, 23, 42, 0.14) !important; z-index: 2000 !important; } + .ts-dropdown .ts-dropdown-content { padding: 6px; } + .ts-dropdown [data-selectable].option { + border-radius: 10px; + margin: 2px 0; + padding: 8px 10px; + transition: background-color .12s ease, transform .12s ease, box-shadow .12s ease; + } + .ts-dropdown [data-selectable].option:hover { + background: rgba(79, 70, 229, 0.08) !important; + transform: translateX(2px); + } + .ts-dropdown .option.active, + .ts-dropdown .option.active.create { + background: rgba(79, 70, 229, 0.12) !important; + color: rgba(15, 23, 42, 0.96) !important; + box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.16); + } + .ts-dropdown .option.active:hover { background: rgba(79, 70, 229, 0.14) !important; } .btn-detail { border-color: rgba(79, 70, 229, 0.30) !important;