diff --git a/src/layout/components/NavBar.vue b/src/layout/components/NavBar.vue
index 51c7e96d..c8a79fba 100644
--- a/src/layout/components/NavBar.vue
+++ b/src/layout/components/NavBar.vue
@@ -48,8 +48,14 @@ limitations under the License. -->
@input="changeTimeRange"
/>
UTC{{ appStore.utcHour >= 0 ? "+" : "" }}{{ `${appStore.utcHour}:${appStore.utcMin}` }}
-
-
+
+
@@ -67,18 +73,18 @@ limitations under the License. -->