From 27c725a8d4235878aa99065986e03227e0c862c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=BE=99?= Date: Mon, 6 Apr 2026 15:01:06 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 分类标签移至右上角 - 卡片最小高度调整 - 网格宽度调整 - 文字右侧留出空间避免被按钮遮挡 --- frontend/src/App.jsx | 2 +- frontend/src/index.css | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index e0a2da3..4ffdfe2 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -279,12 +279,12 @@ function SiteCard({ site, onClick, onToggleFav, onEdit, onDelete }) { return (
+ {site.category && {site.category.name}}
{site.icon && site.icon.startsWith('http') ? : }
{site.name}
{site.description &&
{site.description}
} - {site.category && {site.category.name}}