From 643ee8e592ab781cbde2ac9d782e53bb06781073 Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Wed, 15 Oct 2025 20:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A8=A1=E6=80=81=E6=A1=86?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=90=9C=E7=B4=A2=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=20Spinner=20=E7=9A=84=E5=B7=A6=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/static/css/main.css b/app/static/css/main.css index 2398e2c..47ace9e 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -6166,6 +6166,12 @@ body .selectable-files tr.selected-file:has([style*="white-space: normal"]) .fil color: #fff !important; } +/* 调整模态框内“正在验证/搜索中”行的转圈图标左边距,仅影响图标本身 */ +#createTaskModal .task-suggestions .dropdown-item.text-muted .spinner-border-sm { + margin-left: 0; /* 在不改变文本左距的情况下,将图标视觉左距校正至约8px */ + margin-right: 0; /* 图标与文字间距 */ +} + /* 创建任务模态框移动端响应式样式 */ @media (max-width: 767.98px) { #createTaskModal .form-group.row .col-sm-2 {