From c3c531522ec2fa9cd330ee22a0389b13cd923fee Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Fri, 10 Apr 2026 17:54:08 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=8F=E5=8D=A1=E7=89=87=E5=AD=97?= =?UTF-8?q?=E5=8F=B7=E6=81=A2=E5=A4=8D=20+=20=E9=85=8D=E6=96=B9=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E5=B8=83=E5=B1=80=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 小卡片(RecipeCard): - 恢复原始固定字号16px 配方卡片(RecipeDetailOverlay): - doTERRA行上移与二维码顶端对齐 - 二维码左移与内容右侧对齐 - 配方名自适应字号(26/22/18/16px) - 允许最多两行显示,text-wrap:balance均匀分配 Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/RecipeCard.vue | 12 +------- .../src/components/RecipeDetailOverlay.vue | 28 ++++++++++++------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/frontend/src/components/RecipeCard.vue b/frontend/src/components/RecipeCard.vue index ed102c3..b2184b0 100644 --- a/frontend/src/components/RecipeCard.vue +++ b/frontend/src/components/RecipeCard.vue @@ -1,6 +1,6 @@