.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外层的容器
.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外层的容器