Browse Source

style:分页按钮边框

yangfeng 2 years ago
parent
commit
5e4729dfb8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      jydocs-pc/src/assets/style/reset-ele.scss

+ 6 - 0
jydocs-pc/src/assets/style/reset-ele.scss

@@ -13,6 +13,12 @@
 //     background-color: $color-text--highlight;
 //   }
 // }
+.el-pagination.is-background .el-pager {
+  li:not(.disabled).active,
+  li:not(.disabled):hover {
+    border: 1px!important;
+  }
+}
 // 分页组件页码选择select下拉框样式
 .pagination-custom-select{
   top: -138px!important;