.el-pagination{ position: absolute; bottom:00px; right: 30px; } /*修改滚动条样式*/ div::-webkit-scrollbar{ width:10px; height:10px; /**/ } div::-webkit-scrollbar-track{ background: rgb(239, 239, 239); border-radius:2px; } div::-webkit-scrollbar-thumb{ background: #bfbfbf; border-radius:10px; } div::-webkit-scrollbar-thumb:hover{ background: #555; } div::-webkit-scrollbar-corner{ // background: #179a16; } .el-table.list{ .el-button--text{ color: #666666; font-weight: normal; &:hover{ color: #333333; } &.listButtonRed{ color: #D0021B; &:hover{ color: red; } } } }