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

+ 4 - 5
src/App.vue

@@ -489,14 +489,13 @@ html::-webkit-scrollbar-thumb {
   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;
-
-}
-
-.el-pagination.is-background .el-pager li:not(.disabled):hover {
-    color: #0061FF !important;
 }
 
 </style>