代碼:
/* 修改表格的滾動條*/ /*.el-table__body-wrapper::-webkit-scrollbar { width: 5px; height: 10px; }*/ /* 表格滾動條的滑塊*/ /*.el-table__body-wrapper::-webkit-scrollbar-thumb { background-color: #409EFF; border-radius: 3px; }*/
/**修改全局的滾動條*/ /**滾動條的寬度*/ ::-webkit-scrollbar { width: 5px;/*豎向*/
height: 5px;/*橫向*/ } /*滾動條的滑塊*/ ::-webkit-scrollbar-thumb { background-color: #409EFF; border-radius: 3px; }
效果圖: