修复分页器active右侧左边框消失的bug
This commit is contained in:
parent
444c47f678
commit
051b064f21
|
@ -64,6 +64,10 @@
|
|||
border: 1px solid #409EFF;
|
||||
}
|
||||
|
||||
.el-pager li.active+li{
|
||||
border-left: 1px;
|
||||
}
|
||||
|
||||
.el-pager li:hover{
|
||||
color: #409EFF !important;
|
||||
border: 1px solid #409EFF;
|
||||
|
|
Loading…
Reference in New Issue