Skip to content

Commit

Permalink
Merge pull request #416 from gujunling/issue_414
Browse files Browse the repository at this point in the history
style: 分页器显示效果修改 #414
  • Loading branch information
owenlxu authored Apr 13, 2023
2 parents 9e640f1 + faf4178 commit b0eaef6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/frontend/devops-repository/src/scss/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ body {
.bk-page.bk-page-small {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: -1px;
border-top: 1px solid var(--borderColor);
.bk-page-total-count-left,
Expand All @@ -16,6 +17,9 @@ body {
margin: 0 10px;
}
}
.bk-page-count {
margin-right: auto;
}
.bk-page-list {
flex: 1;
display: flex;
Expand Down

0 comments on commit b0eaef6

Please sign in to comment.