From ae0a2a1a68dba119ff6c35a39d212162ecdd1e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Wed, 21 Jan 2026 10:24:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E6=A0=8F=E6=A0=B7=E5=BC=8F=EF=BC=8C=E7=A1=AE=E4=BF=9D=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=8B=89=E4=BC=B8=E6=97=B6=E5=B8=83=E5=B1=80=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E4=B8=8D=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/static/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/web/src/main/resources/static/index.html b/web/src/main/resources/static/index.html index b040083..fe89d94 100644 --- a/web/src/main/resources/static/index.html +++ b/web/src/main/resources/static/index.html @@ -159,6 +159,21 @@ display: flex; gap: 10px; align-items: center; + flex-wrap: wrap; + min-width: 800px; + } + + .filter-bar button { + flex-shrink: 0; + } + + .filter-bar input[type="text"], + .filter-bar input[type="date"] { + flex-shrink: 0; + } + + .filter-bar select { + flex-shrink: 0; } .filter-bar button {