需要在HTML中引入jquery.nicescroll.min.js
然后在JS中写$()中写的是需要加滚动条的div
/*滚动条*/
$(".table-content").niceScroll({
cursorcolor: "#999",
touchbehavior: false,
cursoropacitymin:0,
cursoropacitymax: 0,
cursor "5px",
cursorborder: "0",
cursorborderradius: "5px"
});