chengxiangling
2025-05-16 af1c9e588f1de0240390648f9bb56aa486870aff
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;