From 67fd9f1d1a0082f538b2bc8270d4c25ed38e9a9b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 09 Jun 2025 09:35:20 +0800
Subject: [PATCH] feat:个人工作台内容铺满
---
src/views/wel/components/calendarBox.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/wel/components/calendarBox.vue b/src/views/wel/components/calendarBox.vue
index eba4825..790cc6c 100644
--- a/src/views/wel/components/calendarBox.vue
+++ b/src/views/wel/components/calendarBox.vue
@@ -130,8 +130,8 @@
</style>
<style lang="scss" scoped>
.calenBox {
- margin-top: 10px;
- height: 546px;
+ margin-top: 17px;
+ height: 566px;
overflow: hidden;
.event-item {
font-size: 12px;
--
Gitblit v1.9.3