From 4d5c9874a919c1e41f2bc546573d97e6e4e9e136 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Thu, 9 Apr 2026 15:58:12 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Logo=E6=8F=90=E7=A4=BA=E8=AF=AD=E6=94=B9?= =?UTF-8?q?=E4=B8=BA'=E5=8D=A1=E7=89=87=E5=B7=A6=E4=B8=8B=E8=A7=92?= =?UTF-8?q?=E6=B0=B4=E5=8D=B0'=EF=BC=8CLogo=E6=B8=85=E6=99=B0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA(opacity:1)?= 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 | 2 +- frontend/src/views/MyDiary.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/RecipeDetailOverlay.vue b/frontend/src/components/RecipeDetailOverlay.vue index 04ab123..f5a5f47 100644 --- a/frontend/src/components/RecipeDetailOverlay.vue +++ b/frontend/src/components/RecipeDetailOverlay.vue @@ -1165,7 +1165,7 @@ async function saveRecipe() { .ec-logo { height: 36px; object-fit: contain; - opacity: 0.5; + opacity: 1; } .ec-date { font-size: 11px; diff --git a/frontend/src/views/MyDiary.vue b/frontend/src/views/MyDiary.vue index 98495dd..fda3760 100644 --- a/frontend/src/views/MyDiary.vue +++ b/frontend/src/views/MyDiary.vue @@ -144,7 +144,7 @@
-

卡片底部居中水印

+

卡片左下角水印

点击上传 @@ -190,7 +190,7 @@
- + 制作日期:{{ new Date().toLocaleDateString('zh-CN') }}