diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 644bc19..ca177a5 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -221,7 +221,7 @@ const videoLoading = ref(false) const videoError = ref("") const videoElementId = `home-video-player-${Math.random().toString(36).slice(2)}` const palette = ["#30dcff", "#27f0c0", "#ffd76c", "#7aa7ff", "#ff8f6b", "#a6f06d"] -const sidePanelHeight = 186 +const sidePanelHeight = 208 const rightChartPanelHeight = sidePanelHeight const videoPanelHeight = rightChartPanelHeight const videoLoadTimeoutMs = 12000