From 704b0dd87ef7b30f53cd434c2225fa245671d82c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 17 Jul 2025 16:08:18 +0800
Subject: [PATCH] feat:工作台页面优化
---
src/views/wel/components/calendarBox.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/views/wel/components/calendarBox.vue b/src/views/wel/components/calendarBox.vue
index 5cfa30a..1fb2eb7 100644
--- a/src/views/wel/components/calendarBox.vue
+++ b/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;
--
Gitblit v1.9.3