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:32:41 4 + * @LastEditTime: 2024-01-25 09:46:05
5 * @FilePath: /xysBooking/src/views/booking.vue 5 * @FilePath: /xysBooking/src/views/booking.vue
6 * @Description: 预约页面 6 * @Description: 预约页面
7 --> 7 -->
...@@ -345,10 +345,11 @@ const nextBtn = () => { ...@@ -345,10 +345,11 @@ const nextBtn = () => {
345 text-align: center; 345 text-align: center;
346 margin: 0 0.3rem; 346 margin: 0 0.3rem;
347 padding: 0.5rem 0; 347 padding: 0.5rem 0;
348 + border: 1px solid #FFF;
348 .day-lunar { 349 .day-lunar {
349 color: #1E1E1E; 350 color: #1E1E1E;
350 font-size: 0.85rem; 351 font-size: 0.85rem;
351 - margin-bottom: 5px; 352 + // margin-bottom: 5px;
352 } 353 }
353 .day-text { 354 .day-text {
354 color: #1E1E1E; 355 color: #1E1E1E;
......