From 6fd4239ab45f5dbbe15357c4f9d56db64df24c37 Mon Sep 17 00:00:00 2001 From: yuming Date: Sat, 9 May 2026 12:01:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=BB=E5=8A=A1=E9=98=9F=E5=88=97?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=A8=AA=E5=90=91=E5=8D=A1=E7=89=87=E5=B8=83?= =?UTF-8?q?=E5=B1=80=EF=BC=8C=E8=B6=85=E5=87=BA=E8=87=AA=E5=8A=A8=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- module/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/templates/index.html b/module/templates/index.html index 145099a..8b30966 100644 --- a/module/templates/index.html +++ b/module/templates/index.html @@ -214,13 +214,13 @@ .qbanner-summary { font-size: 11px; } /* 队列卡片(已完成 / 当前 / 排队中) */ + #qbanner-list { display: flex; flex-wrap: wrap; gap: 8px; } .qcard { display: flex; align-items: flex-start; gap: 10px; padding: 8px 10px; border-radius: 6px; - margin-bottom: 6px; border: 1px solid transparent; + flex: 1 1 220px; min-width: 200px; max-width: 380px; } - .qcard:last-child { margin-bottom: 0; } .qcard-icon { font-size: 14px; line-height: 1.5; flex-shrink: 0; } .qcard-main { flex: 1; min-width: 0; } .qcard-name { font-weight: 600; font-size: 13px; color: var(--text);