From 62c3f176d40193142a631c56f2733e87b493af97 Mon Sep 17 00:00:00 2001 From: JSR Date: Wed, 18 Mar 2026 18:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=AF=E5=88=86=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=BF=AB=E6=8D=B7=E9=80=89=E9=A1=B9=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=8C=A4=E6=88=90=E7=AB=96=E6=8E=92=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Home.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/Home.tsx b/src/components/Home.tsx index f1e764b..35f415f 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -703,7 +703,15 @@ export const Home: React.FC<{ canEdit: boolean }> = ({ canEdit }) => { gap: "8px", }} > - + {t("home.quickOptions")} @@ -737,6 +745,8 @@ export const Home: React.FC<{ canEdit: boolean }> = ({ canEdit }) => { size="small" onClick={() => handleReasonSelect(r)} style={{ + whiteSpace: "nowrap", + wordBreak: "keep-all", borderColor: r.delta > 0 ? "var(--ant-color-success, #52c41a)"