.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外层的容器
本文标题:el-table滚动条样式修改
本文链接:https://www.haomeiwen.com/subject/zmmgfrtx.html
网友评论