Explorar el Código

修改分页样式

秦鹏 hace 3 años
padre
commit
80b4d446ca
Se han modificado 1 ficheros con 5 adiciones y 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>