perfect-scrollbar 轻量级滚动插件

它是一个轻量级的jquery插件。

 

需要引入的文件:

 

css:

#box {

  position: absolute;

  overflow: hidden;

  height: 200px;

  width: 200px;

}

 

js:

componentDidMount() {
$('#box').perfectScrollbar();

// 页面刚加载完就执行
}

 

html:

<div id="box">

  <div class="content">内容</div>

</div>

 

posted @ 2017-03-17 14:40  辣牛  阅读(6256)  评论(0编辑  收藏  举报