diff --git a/src/layout/components/TagsView/src/TagsView.vue b/src/layout/components/TagsView/src/TagsView.vue
index 9b12cad5..f2de615c 100644
--- a/src/layout/components/TagsView/src/TagsView.vue
+++ b/src/layout/components/TagsView/src/TagsView.vue
@@ -623,6 +623,12 @@ $prefix-cls: #{$namespace}-tags-view;
}
}
}
+
+ &__item--immerse:not(.is-active) {
+ &:hover {
+ color: var(--el-color-white);
+ }
+ }
}
}
diff --git a/src/views/report/goview/index.vue b/src/views/report/goview/index.vue
index 03ed4e64..038b0624 100644
--- a/src/views/report/goview/index.vue
+++ b/src/views/report/goview/index.vue
@@ -1,10 +1,8 @@
-
-
+
-
-
-
+
+