el-pagination的悬浮和选中字体和背景颜色修改

.table-footer{
    .el-pagination.is-background .el-pager li:not(.disabled).active {
        background-color: #67c23a;
        color: #FFF !important;
    }
    .el-pager li:hover {
        color: #67c23a !important;
    }
}

 

posted @ 2022-04-01 16:42  喵喵队立大功  阅读(1826)  评论(0编辑  收藏  举报