From 8a653b684e5a74d3750ef8deb9a9eecaf22d6f95 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Thu, 9 Apr 2026 17:35:13 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8B=E6=9E=B6=E7=B2=BE=E6=B2=B9?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=AF=B9=E6=AF=94=E5=BA=A6=E6=8F=90=E9=AB=98?= =?UTF-8?q?(opacity=200.5=E2=86=920.7,=20=E5=8A=A0=E8=BE=B9=E6=A1=86)?= 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/views/OilReference.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/OilReference.vue b/frontend/src/views/OilReference.vue index d54d8a4..04efc61 100644 --- a/frontend/src/views/OilReference.vue +++ b/frontend/src/views/OilReference.vue @@ -1215,8 +1215,9 @@ async function saveCardImage(name) { box-shadow: 0 4px 16px rgba(90,60,30,0.12); } .oil-chip--inactive { - opacity: 0.5; - background: #f0f0f0 !important; + opacity: 0.7; + background: #f5f5f5 !important; + border: 1px solid #e0e0e0; } .oil-chip--incomplete { background: #fff5f5 !important;