lsc 1 year ago
parent
commit
e85fc884b1
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/App.vue

+ 5 - 4
src/App.vue

@@ -464,14 +464,15 @@ html::-webkit-scrollbar-thumb {
   color: #FFF !important;
 }
 
-.el-pagination.is-background .el-pager li:not(.disabled).active {
-    background-color: #0061FF !important;
-    color: #FFF !important;
-}
+
 
 .el-pagination.is-background .el-pager li:not(.disabled):hover {
     color: #0061FF !important;
 }
 
+.el-pagination.is-background .el-pager li:not(.disabled).active {
+    background-color: #0061FF !important;
+    color: #FFF !important;
+}
 
 </style>