From 04d75e77318859da2000aeaef074f1a434e37431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Thu, 3 Jul 2025 16:26:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B6=88=E6=AF=92=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E6=89=80=E9=80=89=E9=85=8D=E6=96=B9=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E8=BF=87=E9=95=BF=E7=9A=84=E8=AF=9D=E6=8A=98=E8=A1=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/HomeFormula.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/home/HomeFormula.vue b/src/components/home/HomeFormula.vue index e89ff9b..0f6f3d5 100644 --- a/src/components/home/HomeFormula.vue +++ b/src/components/home/HomeFormula.vue @@ -39,11 +39,17 @@ watchEffect(() => { font-size: 1.5rem; .title-formula{ display: flex; - justify-self: start; align-items: center; gap: 5px; padding: 10px; font-size: 1.5rem; + flex-wrap: nowrap; + } + .title-formula{ + flex: 1 1 auto; + min-width: 0; + white-space: normal; + word-break: break-word; } .title-spend{ justify-self: end;