From de158e8ec3d7f0d382f4a44550f04407b2ca257c Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Wed, 6 Nov 2024 15:29:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=8E=86=E7=BB=84=E4=BB=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/ticketBooking/detail.vue | 4 ++-- subPackages/ticketBooking/order.vue | 4 ++-- .../components/uni-calendar/uni-calendar-item.vue | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/subPackages/ticketBooking/detail.vue b/subPackages/ticketBooking/detail.vue index 8b4cb8b..89b2bbf 100644 --- a/subPackages/ticketBooking/detail.vue +++ b/subPackages/ticketBooking/detail.vue @@ -998,7 +998,7 @@ color: #333 !important; } /deep/ .uni-calendar-item--isDay{ - background: #12293C !important; + background: #525251 !important; border-radius: 50%; .uni-calendar-item--extra{ @@ -1007,7 +1007,7 @@ } /deep/ .uni-calendar-item--checked{ - background: #12293C !important; + background: #525251 !important; border-radius: 50%; .uni-calendar-item--extra{ diff --git a/subPackages/ticketBooking/order.vue b/subPackages/ticketBooking/order.vue index 6321bfa..eeb0d74 100644 --- a/subPackages/ticketBooking/order.vue +++ b/subPackages/ticketBooking/order.vue @@ -1791,7 +1791,7 @@ color: #333 !important; } /deep/ .uni-calendar-item--isDay{ - background: #12293C !important; + background: #525251 !important; border-radius: 50%; .uni-calendar-item--extra{ @@ -1800,7 +1800,7 @@ } /deep/ .uni-calendar-item--checked{ - background: #12293C !important; + background: #525251 !important; border-radius: 50%; .uni-calendar-item--extra{ diff --git a/uni_modules/uni-calendar/components/uni-calendar/uni-calendar-item.vue b/uni_modules/uni-calendar/components/uni-calendar/uni-calendar-item.vue index 4f3817d..ce7c534 100644 --- a/uni_modules/uni-calendar/components/uni-calendar/uni-calendar-item.vue +++ b/uni_modules/uni-calendar/components/uni-calendar/uni-calendar-item.vue @@ -151,7 +151,8 @@ } .uni-calendar-item--isDay-text { - color: $uni-primary; + // color: $uni-primary; + color: #C3282E; } .uni-calendar-item--isDay {