From 0dd2cc00d31eb64a28b7fdd529fd1d2555adaa69 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Thu, 9 Apr 2026 15:50:31 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20QR=E7=A7=BB=E5=88=B0=E5=8F=B3=E4=B8=8A?= =?UTF-8?q?=E8=A7=92(top:20=20right:16)=EF=BC=8C=E6=80=BB=E6=88=90?= =?UTF-8?q?=E6=9C=AC=E7=BC=A9=E5=B0=8F=E4=B8=80=E8=A1=8C=EF=BC=8C=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E4=B8=8Elogo=E5=B1=85=E4=B8=AD=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/RecipeDetailOverlay.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/RecipeDetailOverlay.vue b/frontend/src/components/RecipeDetailOverlay.vue index 461f403..04ab123 100644 --- a/frontend/src/components/RecipeDetailOverlay.vue +++ b/frontend/src/components/RecipeDetailOverlay.vue @@ -52,7 +52,7 @@
-
+
{{ brand.brand_name }}
@@ -78,8 +78,8 @@
📝 {{ displayRecipe.note }}
- {{ cardLang === 'en' ? 'Total Cost' : '配方总成本' }} - {{ priceInfo.cost }}{{ priceInfo.retail }} + {{ cardLang === 'en' ? 'Total Cost' : '配方总成本' }} + {{ priceInfo.cost }}{{ priceInfo.retail }}
@@ -1150,16 +1150,17 @@ async function saveRecipe() { .ec-total-bar { background: linear-gradient(135deg, var(--sage), #5a7d5e); border-radius: 12px; - padding: 14px 20px; + padding: 10px 16px; display: flex; justify-content: space-between; align-items: center; + white-space: nowrap; } .ec-bottom { display: flex; justify-content: space-between; - align-items: flex-end; - margin-top: 16px; + align-items: center; + margin-top: 12px; } .ec-logo { height: 36px;