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 }