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;