Element使用element原生Scrollbar滚动条

Element使用element原生Scrollbar滚动条

步骤:

  1. vue项目引入element,参考:https://blog.csdn.net/weixin_35773751/article/details/94429355
  2. 页面处写入scrollbar
<div style="height:400px;">
 <el-scrollbar style="height:100%">
  <div style="width:700px;height:700px;border:solid;" >
    ....... blabla.....
  </div>
 </el-scrollbar>
</div>

这样就可以了。

posted @ 2022-12-06 22:18  轻风细雨_林木木  阅读(3)  评论(0编辑  收藏  举报