<template> <div style="height:600px;"> <el-scrollbar style="height:100%"> <div style="width:700px;height:700px;border:solid;" > ....... blabla..... </div> </el-scrollbar> </div> </template>
在使用時要設置外層容器高度。並且要設置el-scrollbar 的高度為100%
.el-scrollbar__wrap{ overflow-x: hidden; }