hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2024-01-15 13:35:51 2 * @Date: 2024-01-15 13:35:51
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-01-25 09:46:05 4 + * @LastEditTime: 2024-01-25 09:49:41
5 * @FilePath: /xysBooking/src/views/booking.vue 5 * @FilePath: /xysBooking/src/views/booking.vue
6 * @Description: 预约页面 6 * @Description: 预约页面
7 --> 7 -->
...@@ -349,7 +349,7 @@ const nextBtn = () => { ...@@ -349,7 +349,7 @@ const nextBtn = () => {
349 .day-lunar { 349 .day-lunar {
350 color: #1E1E1E; 350 color: #1E1E1E;
351 font-size: 0.85rem; 351 font-size: 0.85rem;
352 - // margin-bottom: 5px; 352 + margin-bottom: 5px;
353 } 353 }
354 .day-text { 354 .day-text {
355 color: #1E1E1E; 355 color: #1E1E1E;
......