From 9c1a1d40e4fbf71eb4dcbac2f92ef4f343230754 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sat, 13 Jun 2026 18:46:57 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AF=BC=E5=85=A5=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E9=97=B4=E8=B7=9D=20gap=2012=E2=86=9216px=20+=20align=20stretc?= =?UTF-8?q?h=20=E7=AD=89=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/web_panel/pages/plugins.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/web_panel/pages/plugins.html b/static/web_panel/pages/plugins.html index 7a12360..e036c92 100644 --- a/static/web_panel/pages/plugins.html +++ b/static/web_panel/pages/plugins.html @@ -10,7 +10,7 @@ -
+
📦 导入 ZIP 包
@@ -46,7 +46,7 @@ .plugin-row .info { flex:1;min-width:0 } .plugin-row .name { font-weight:600 } .plugin-row .ver { font-size:.75rem;color:var(--text-dim) } .plugin-row .error-tag { font-size:.75rem;color:var(--error) } - .import-card { flex:1;min-width:280px;padding:14px;background:var(--md-sys-color-surface-container);border-radius:var(--shape-sm);display:flex;flex-direction:column;gap:8px } + .import-card { flex:1;min-width:280px;padding:14px;background:var(--md-sys-color-surface-container);border-radius:var(--shape-sm);display:flex;flex-direction:column;gap:8px;margin-bottom:4px } .import-card .card-title { font-weight:600 } .import-card .card-actions { display:flex;align-items:center;gap:8px;margin-top:auto } .import-card .status-text { font-size:.8rem;white-space:nowrap }