Commit 71c9adb0 authored by 李维's avatar 李维

Bug fix

parent f7c67678
...@@ -1458,7 +1458,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1458,7 +1458,7 @@ export class PlayComponent implements OnInit, OnDestroy {
} }
}) })
this.m_totalScrollHeight = totalHeight + heigthData.length * 100; this.m_totalScrollHeight = totalHeight + heigthData.length * 120;
sliderBG.initSlider(scrollContent.windowHeight, this.m_totalScrollHeight, 0) sliderBG.initSlider(scrollContent.windowHeight, this.m_totalScrollHeight, 0)
let scroll = this.g_cartoon.getCartoonElement("check_scroll_pannel") let scroll = this.g_cartoon.getCartoonElement("check_scroll_pannel")
scroll.ref.setSize(880, this.m_totalScrollHeight) scroll.ref.setSize(880, this.m_totalScrollHeight)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment