无人机管理后台前端(已迁走)
张含笑
2025-07-22 56adf45649a3994dfef999706d2eb2291c9a2b6a
feat:日历恢复
1 files modified
4 ■■■ changed files
src/views/wel/components/calendarBox.vue 4 ●●● 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;
      }