无人机管理后台前端(已迁走)
张含笑
2025-07-17 704b0dd87ef7b30f53cd434c2225fa245671d82c
src/views/wel/components/calendarBox.vue
@@ -78,8 +78,6 @@
const getJobEventBar = () => {
  getCalen(params.value).then(res => {
    console.log('re', res.data);
    if (res.data.code !== 0) return;
    const a = res.data.data;
    const filteredData = {};
@@ -151,9 +149,10 @@
    //   }
    // }
    .el-calendar-table .el-calendar-day {
      height: 78px !important;
       height: pxToVh(91) !important;
    }
    // 选中日期样式
    .el-calendar-table td.is-selected {
      background-color: #f0f7ff;