From 6a2cd431e688d75be2c661ae044929987ec6f855 Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Thu, 19 Jun 2025 15:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=BB=BB=E5=8A=A1=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=A1=86=E5=8F=B3=E4=BE=A7=E7=9A=84=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/main.css | 20 ++++++++++++++++++++ app/templates/index.html | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/app/static/css/main.css b/app/static/css/main.css index b41152e..a4737e5 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -849,6 +849,8 @@ select.form-control { box-sizing: border-box !important; border-top-left-radius: 0 !important; /* 移除左上角圆角 */ border-bottom-left-radius: 0 !important; /* 移除左下角圆角 */ + border-top-right-radius: 0 !important; /* 移除右上角圆角 */ + border-bottom-right-radius: 0 !important; /* 移除右下角圆角 */ } /* 为确保输入组中select元素的边角正确 */ @@ -4099,3 +4101,21 @@ table.selectable-records .expand-button:hover { .task:hover .btn.btn-block.text-left { color: var(--focus-border-color); } + +select.task-filter-select, +.task-filter-select { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} + +.input-group .form-control:focus { + z-index: 3; + position: relative; +} +.input-group .form-control:focus + .input-group-append .btn, +.input-group .form-control:focus + .input-group-append .btn:focus { + border-left-color: #2563eb !important; /* 激活时的边框色 */ + box-shadow: none !important; + position: relative; + z-index: 2; +} diff --git a/app/templates/index.html b/app/templates/index.html index a1b6fa0..2b851b7 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -523,7 +523,7 @@ - +
@@ -735,7 +735,7 @@ - +