Skip to content

Commit 25b99fa

Browse files
author
pixel
committed
修复分页器active右侧左边框消失的bug
1 parent c9cff51 commit 25b99fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/style/base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
border: 1px solid #409EFF;
6565
}
6666

67+
.el-pager li.active+li{
68+
border-left: 1px;
69+
}
70+
6771
.el-pager li:hover{
6872
color: #409EFF !important;
6973
border: 1px solid #409EFF;

0 commit comments

Comments
 (0)