From e8d91ddef6ffca5c0f6e9dcb6d63a40b2fe8fbb7 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Sat, 11 May 2024 15:11:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commandScreen/commandCenter/centerTop.vue | 8 +- .../dialogCompnnents/data-dialog.vue | 4 + .../dialogCompnnents/month-safe-score.vue | 539 ++++++++++++++++++ 3 files changed, 548 insertions(+), 3 deletions(-) create mode 100644 src/views/commandScreen/dialogCompnnents/month-safe-score.vue diff --git a/src/views/commandScreen/commandCenter/centerTop.vue b/src/views/commandScreen/commandCenter/centerTop.vue index 49ff8a8..f8b77f1 100644 --- a/src/views/commandScreen/commandCenter/centerTop.vue +++ b/src/views/commandScreen/commandCenter/centerTop.vue @@ -42,7 +42,7 @@ -
+
78 @@ -328,8 +328,10 @@ onMounted(async () => { position: absolute; // bottom: 210px; // left: 383px; - bottom: 43%; - left: 44%; + width: 30%; + height: 30%; + bottom: 33%; + left: 35.5%; display: flex; flex-direction: column; align-items: center; diff --git a/src/views/commandScreen/dialogCompnnents/data-dialog.vue b/src/views/commandScreen/dialogCompnnents/data-dialog.vue index 3aba072..afdad58 100644 --- a/src/views/commandScreen/dialogCompnnents/data-dialog.vue +++ b/src/views/commandScreen/dialogCompnnents/data-dialog.vue @@ -34,6 +34,9 @@
+
+ +
@@ -48,6 +51,7 @@ import safeHidden from "./safe-hidden.vue"; import aiAlarm from "./ai-alarm.vue"; import safeEducationDialog from "./safe-education-dialog.vue"; import majorHidder from "./major-hidder.vue"; +import monthSafeScore from "./month-safe-score.vue"; import { GlobalStore } from "@/stores"; let showDialog = ref(false as any); diff --git a/src/views/commandScreen/dialogCompnnents/month-safe-score.vue b/src/views/commandScreen/dialogCompnnents/month-safe-score.vue new file mode 100644 index 0000000..942a5ad --- /dev/null +++ b/src/views/commandScreen/dialogCompnnents/month-safe-score.vue @@ -0,0 +1,539 @@ + + + + +