首先我的element版本是
方法一
使用prev-text,next-text,並且layout="prev, next"如圖
方法二
手動覆蓋
這兩個方法都可以
實現效果
背景色的話,需要再寫css (這個根據具體項目來更改)
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev{ background-color: #E3E8EE; color: #000; width: 86px; height: 33px; } .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .el-pager li.disabled { color: #C0C4CC; }