Skip to content

Commit 1f481fa

Browse files
author
奇淼(piexlmax
authored
Merge pull request flipped-aurora#597 from flipped-aurora/gva_gormv2_dev
修复分页器左侧border消失的bug
2 parents 54aa925 + 25b99fa commit 1f481fa

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)