vue标题已修复
利用ref操作dom元素,详情请看代码:html:sum | Price | Delta | Delta_Pct | Gamma | Gamma_Pct | Theta | Theta_Pct | Vega | Vega_Pct |
{{val}}
</div>
css:.table-scroll-mod{位置:相对;高度:65px;溢出:隐藏;.table-scroll-box{white-space:nowrap;溢出:滚动;高度:500px;z-index:1001px;.fixed-head{位置:绝对;顶部:0;左:0;z-指数:1000;宽度:100%;}js:mounted(){让self=this;letbox=self.$refs.tableScrollBox;box.addEventListener('scroll',()=>{varscrollTop=box.scrollTop;varfixedHead=self.$refs.tableFixedHead;fixedHead.scrollTop=scrollTop;},false)},比如有更好的办法,欢迎一起讨论