# 调整分页背景色

This commit is contained in:
xianfuxing 2018-08-04 10:55:46 +08:00
parent 4613c32c93
commit 386836d940
1 changed files with 7 additions and 0 deletions

View File

@ -107,22 +107,29 @@ export default {
border: 1px solid #d1dbe5;
border-right: 0;
border-radius: 0 !important;
background: #fff !important;
margin: 0 !important;
}
.btn-next {
border: 1px solid #d1dbe5;
// border-left: 0;
background: #fff !important;
border-radius: 0!important;
margin: 0 !important;
}
.el-pager li {
border: 1px solid #d1dbe5;
box-sizing: border-box;
background: #fff !important;
border-radius: 0!important;
border-right: 0;
padding: 0;
margin: 0 !important;
}
.el-pager li:not(.disabled).active {
background: #409EFF !important;
border-color: #409EFF;
}
.el-pagination__jump {
margin-left: .8rem;
}