Commit 075e8d19 authored by 李维's avatar 李维

修复滚动面板显示不全问题

parent 6571ebc1
......@@ -1431,6 +1431,7 @@ export class PlayComponent implements OnInit, OnDestroy {
totalHeight += item.word
totalHeight += item.right
totalHeight += item.line
totalHeight += 15
})
let countY = 0;
......
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