From b16f610ec13e938c91bb31c90c7800fb0e72557e Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Wed, 28 May 2025 11:34:40 +0800 Subject: [PATCH] =?UTF-8?q?style:=E8=B0=83=E6=95=B4=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将签退按钮背景色从 #465cff 改为 #00b0f0 - 将线索按钮背景色从 #455bfe 改为 #29d3b4 --- pages/common/my_attendance.vue | 2 +- pages/market/clue/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/my_attendance.vue b/pages/common/my_attendance.vue index cffd7cf..8e79839 100644 --- a/pages/common/my_attendance.vue +++ b/pages/common/my_attendance.vue @@ -139,7 +139,7 @@ 请假 - 签退 + 签退 diff --git a/pages/market/clue/index.vue b/pages/market/clue/index.vue index 83737f4..fb95d75 100644 --- a/pages/market/clue/index.vue +++ b/pages/market/clue/index.vue @@ -618,7 +618,7 @@ export default { border-radius: 5rpx; font-size: 24rpx; color: #fff; - background-color: #455bfe; + background-color: #29d3b4; width: 20%; height: 100%; }