update 产量驾驶舱

This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-04-25 14:55:23 +08:00
parent 30af8faa49
commit bb399835e7
11 changed files with 371 additions and 52 deletions

View File

@@ -42,6 +42,14 @@ export default {
period: "日",
};
},
// mounted() {
// document.body.style.minHeight = "1024px";
// document.body.style.minWidth = "1550px";
// },
// destroyed() {
// document.body.style.minHeight = "1024px";
// document.body.style.minWidth = "1550px";
// },
};
</script>