浏览代码

style:分页按钮边框

yangfeng 2 年之前
父节点
当前提交
5e4729dfb8
共有 1 个文件被更改,包括 6 次插入0 次删除
  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;