在项目中找到layui.css文件修改下面CSS样式:
.layui-table-body {
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #999999 #f5f5f5;
}
.layui-table-body::-webkit-scrollbar {
width: 6px;
height:20px;
}
.layui-table-body::-webkit-scrollbar-thumb {
background-color: #999999;
}
.layui-table-body::-webkit-scrollbar-track {
background-color: #f5f5f5;
}