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;