Browse Source

修改分页样式

秦鹏 3 năm trước cách đây
mục cha
commit
80b4d446ca
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/views/learn-center/ListPage.vue

+ 5 - 0
src/views/learn-center/ListPage.vue

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