diff --git a/index.html b/index.html
index 06d05ee..ee146db 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
href="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.*/style.css"
/>
-
瀚荃監控系統
+ Cvilux EMS
diff --git a/src/components/navbar/NavbarBuilding.vue b/src/components/navbar/NavbarBuilding.vue
index 16e5649..3552cd8 100644
--- a/src/components/navbar/NavbarBuilding.vue
+++ b/src/components/navbar/NavbarBuilding.vue
@@ -25,14 +25,14 @@ onMounted(() => {
{{ store.selectedBuilding?.full_name }}
- {
color: #93c0dc;
}
-::v-deep .ant-menu-submenu-title:active {
+:deep(.ant-menu-submenu-title:active) {
color: #35759d !important;
background-color: transparent !important;
}
-::v-deep .ant-menu-item:not(.ant-menu-item-selected) {
+:deep .ant-menu-item:not(.ant-menu-item-selected) {
&::before {
@apply absolute w-[15px] h-[15px] bottom-3.5 left-7 bg-no-repeat z-10 grayscale;
content: "";
@@ -132,7 +132,7 @@ onMounted(() => {
}
}
-::v-deep .ant-menu-item-selected {
+:deep .ant-menu-item-selected {
@apply bg-transparent relative;
&::before {
diff --git a/src/views/history/History.vue b/src/views/history/History.vue
index 161c2dd..fbd94a0 100644
--- a/src/views/history/History.vue
+++ b/src/views/history/History.vue
@@ -23,11 +23,11 @@ provide("history_table_data", { tableData, updateTableData, loading, updateLoadi
-
-
+
+
-
+
diff --git a/src/views/history/components/HistorySidebar.vue b/src/views/history/components/HistorySidebar.vue
index 2fbf73f..8b36257 100644
--- a/src/views/history/components/HistorySidebar.vue
+++ b/src/views/history/components/HistorySidebar.vue
@@ -1,26 +1,36 @@