From f10f14ad1e100246c6bd19d30f275204147c8981 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 28 十月 2025 22:09:20 +0800
Subject: [PATCH] gx

---
 src/views/record/index.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/views/record/index.vue b/src/views/record/index.vue
index 57ef34f..605bfc2 100644
--- a/src/views/record/index.vue
+++ b/src/views/record/index.vue
@@ -299,7 +299,14 @@
 }
 /* stylelint-disable selector-pseudo-class-no-unknown */
 :deep(.van-calendar__day--end) {
-    border-radius: 0 var(--van-border-radius-md) var(--van-border-radius-md) 0;
-    background: #4696f9;
+    background: #46a8f9;
+    border-radius: 10px;
+    font-size: 12px;
+}
+
+:deep(.van-calendar__day--start) {
+    background: #f98546;
+    border-radius: 10px;
+    font-size: 12px;
 }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0