Explorar o código

修改分页样式

秦鹏 %!s(int64=3) %!d(string=hai) anos
pai
achega
80b4d446ca
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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>