From 7ec4a39a2f151360340a9c5106641ba13306d924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E4=BD=A9=E5=BA=AD?= Date: Sun, 20 Jul 2025 03:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=84=AA=E5=8C=96=E6=89=8B=E6=A9=9F=E7=89=88?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/wish-card.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/wish-card.tsx b/components/wish-card.tsx index b81fe3e..176bac4 100644 --- a/components/wish-card.tsx +++ b/components/wish-card.tsx @@ -371,12 +371,12 @@ export default function WishCard({ wish }: WishCardProps) { variant="ghost" size="sm" onClick={() => setShowSolutions(!showSolutions)} - className="text-indigo-200 hover:text-white hover:bg-indigo-700/50 px-2 py-1 transition-all duration-200 flex-shrink-0" + className="text-indigo-200 hover:text-white hover:bg-indigo-700/50 px-1.5 sm:px-2 py-1 transition-all duration-200 flex-shrink-0" > - + {showSolutions ? "收起" : "展開"} - {showSolutions ? : } + {showSolutions ? : }