From 177efcfe53a16efa7b2b8cf9b1bb38682b7a82f2 Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期一, 12 五月 2025 19:30:04 +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