From fe6049786366d8b15aad9739fd44eee44a9f75e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Thu, 2 Jul 2026 19:21:29 +0800 Subject: [PATCH] Add files via upload --- web/static/css/style.css | 24 ++++++++++++++++++++++++ web/templates/index.html | 11 +++++++---- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/web/static/css/style.css b/web/static/css/style.css index 9221add1..31bcd3b7 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -11287,6 +11287,30 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible { box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.1); } +.knowledge-filters .knowledge-search-field { + flex: 1; + min-width: 200px; +} + +.knowledge-filters .knowledge-search-field .search-box { + width: 100%; + flex: none; + align-items: stretch; +} + +.knowledge-filters .custom-select-trigger, +.knowledge-filters .search-box input, +.knowledge-filters .search-box .btn-search { + height: 38px; + min-height: 38px; + box-sizing: border-box; +} + +.knowledge-filters .search-box .btn-search { + padding: 0 12px; + flex-shrink: 0; +} + /* 自定义下拉组件样式 */ .custom-select-wrapper { position: relative; diff --git a/web/templates/index.html b/web/templates/index.html index 9950b676..d1b75915 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -1537,10 +1537,13 @@ -