el-table滚动条样式修改
2021-12-20 本文已影响0人
牛会骑自行车
.list-container>>>.el-table__body-wrapper::-webkit-scrollbar {
width: 6px;
height: 6px;
}
.list-container>>>.el-table__body-wrapper::-webkit-scrollbar-thumb {
background-color: #ddd;
border-radius: 3px;
}
其中的list-container是el-table外层的容器