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 @@ + + + + +