소스 검색

style:分页按钮样式

yangfeng 2 년 전
부모
커밋
488ee84c99
1개의 변경된 파일14개의 추가작업 그리고 12개의 파일을 삭제
  1. 14 12
      jypoints-pc/src/assets/style/reset-ele.scss

+ 14 - 12
jypoints-pc/src/assets/style/reset-ele.scss

@@ -16,18 +16,6 @@
       right: 0;
     }
   }
-  .el-pagination.is-background .el-pager {
-    li {
-      background-color: #fff;
-      border: 1px solid rgba($color: #000, $alpha: 0.05);
-    }
-
-    li:not(.disabled).active,
-    li:not(.disabled):hover {
-      color: #fff;
-      background-color: $color-text--highlight;
-    }
-  }
 
   // 修改输入框默认focus边框颜色
   .el-input.is-active .el-input__inner,
@@ -102,6 +90,20 @@
   }
 }
 
+.el-pagination.is-background .el-pager {
+  li {
+    background-color: #fff;
+    border: 1px solid rgba($color: #000, $alpha: 0.05);
+  }
+
+  li:not(.disabled).active,
+  li:not(.disabled):hover {
+    color: #fff;
+    background-color: $color-text--highlight;
+    border: 1px!important;
+  }
+}
+
 // 分页组件页码选择select下拉框样式
 .pagination-custom-select{
   top: -138px!important;