From a2412fcf3c183ef480c2d80ef46b689ead991b3a Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 5 Aug 2025 16:55:34 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0=E7=82=B9=E4=BD=8D?= =?UTF-8?q?=E8=AF=A6=E7=BB=86=E5=8D=A1=E7=89=87=E7=9A=84=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=EF=BC=8C=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8?= =?UTF-8?q?fill4=E4=BB=A5=E6=8F=90=E5=8D=87=E8=A7=86=E8=A7=89=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/card/point-detail-card.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/card/point-detail-card.vue b/src/components/card/point-detail-card.vue index 7175aef..68667c3 100644 --- a/src/components/card/point-detail-card.vue +++ b/src/components/card/point-detail-card.vue @@ -381,8 +381,7 @@ const binTaskData = computed(() => { margin-bottom: 16px; padding: 12px; border-radius: 4px; - background-color: get-color(fill1); - border: 1px solid get-color(border1); + background-color: get-color(fill4); &:last-child { margin-bottom: 0; @@ -407,7 +406,7 @@ const binTaskData = computed(() => { margin-bottom: 8px; padding: 8px; border-radius: 4px; - background-color: get-color(fill2); + background-color: get-color(fill4); &:last-child { margin-bottom: 0;