| src/views/wel/components/calendarBox.vue | ●●●●● patch | view | raw | blame | history |
src/views/wel/components/calendarBox.vue
@@ -163,14 +163,12 @@ start_date: newDate.startOf('month').format('YYYY-MM-DD HH:mm:ss'), end_date: newDate.endOf('month').format('YYYY-MM-DD HH:mm:ss'), }; // 如果是当前月份,则选中当天;否则清除选中 if (isCurrentMonth(newMonth)) { selectedDate.value = new Date(); } else { selectedDate.value = null; } nextTick(() => { updateCalendarSelection(); }); @@ -368,7 +366,7 @@ span { font-weight: 600; font-size: 18px; font-size: 17px; color: #029d36; margin-left: 2px; }