html
<el-table class="table_el" ></el-table>
css
.table_el{ /deep/ .el-table__body-wrapper{ //滾動條整體 &::-webkit-scrollbar{ width:6px; } //滾動條小方塊 &::-webkit-scrollbar-thumb{ border-radius:10px; background:#0398af; } //滾動條軌道 &::-webkit-scrollbar-track{ border-radius:10px; height:100px; background:#064094; } }