fix: adjust home panel height

V2.0
M先生 1 month ago
parent bae9e50467
commit f20c9bce54
  1. 2
      src/views/home/index.vue

@ -221,7 +221,7 @@ const videoLoading = ref(false)
const videoError = ref("") const videoError = ref("")
const videoElementId = `home-video-player-${Math.random().toString(36).slice(2)}` const videoElementId = `home-video-player-${Math.random().toString(36).slice(2)}`
const palette = ["#30dcff", "#27f0c0", "#ffd76c", "#7aa7ff", "#ff8f6b", "#a6f06d"] const palette = ["#30dcff", "#27f0c0", "#ffd76c", "#7aa7ff", "#ff8f6b", "#a6f06d"]
const sidePanelHeight = 186 const sidePanelHeight = 208
const rightChartPanelHeight = sidePanelHeight const rightChartPanelHeight = sidePanelHeight
const videoPanelHeight = rightChartPanelHeight const videoPanelHeight = rightChartPanelHeight
const videoLoadTimeoutMs = 12000 const videoLoadTimeoutMs = 12000

Loading…
Cancel
Save