From bddafd4283dc4d7e7ec9f40c6e36cf2ccb55ea86 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 19:03:16 +0800
Subject: [PATCH] gx
---
src/views/paiban/index.vue | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/src/views/paiban/index.vue b/src/views/paiban/index.vue
index 8292bdc..8fd725e 100644
--- a/src/views/paiban/index.vue
+++ b/src/views/paiban/index.vue
@@ -8,7 +8,6 @@
/>
<div>
<van-calendar
- color="#769AFF"
:min-date="minDate"
@month-show="monthShow"
:poppable="false"
@@ -139,7 +138,9 @@
else {
day.bottomInfo='晚上'
}
+ console.log(day,'有排班' )
}
+
return day
}
onMounted(()=>{
@@ -233,15 +234,16 @@
}
}
-.fanhui {
- // padding-top: 20px;
- width: 100%;
+/* eslint-disable selector-class-pattern */
+
+/* eslint-disable selector-pseudo-element-no-unknown */
+
+/* eslint-disable color-named */
+/* 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;
- text-align: center;
- border-radius: 5px;
- color: #fff;
- height: 36px;
- line-height: 36px;
}
</style>
\ No newline at end of file
--
Gitblit v1.8.0