From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期五, 16 五月 2025 17:40:18 +0800 Subject: [PATCH] 提交高度修改; --- src/views/basicData/calendarView/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/basicData/calendarView/index.vue b/src/views/basicData/calendarView/index.vue index 6bc1757..ac858b5 100644 --- a/src/views/basicData/calendarView/index.vue +++ b/src/views/basicData/calendarView/index.vue @@ -75,7 +75,7 @@ </div> </template> -<script setup> +<script setup name="CalendarView"> import { calendarView } from "@/api/basicData/calendar"; import { listAll_plant } from "@/api/basicData/plant"; const plantList = ref([]); @@ -211,7 +211,7 @@ } .item { width: calc(100% / 7); - height: 80px; + height: 92px; text-align: center; border-top: 1px solid #ccc; border-right: 1px solid #ccc; @@ -221,7 +221,7 @@ .text_cell_right { text-align: right; margin-right:20px; - margin-top:20px; + margin-top:30px; } .text_cell { padding-top: 10px; -- Gitblit v1.9.3