@@ -268,3 +268,8 @@ export default {
}
</style>
+<style lang="scss">
+.el-pagination.is-background .el-pager li:not(.disabled).active {
+ background: #ff9900;
+}
+</style>