Skip to content

Commit

Permalink
fix(Pagination): optimize select style
Browse files Browse the repository at this point in the history
  • Loading branch information
vvpvvp committed Aug 15, 2019
1 parent 1e69ed3 commit 6477dcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pagination/pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
v-model="sizeNow"
:style="{order:orders.sizes}"
v-if="orders.sizes!=-1"
class="h-page-select-size"
></Select>
<span class="h-page-pager-container" :style="{order:orders.pager}" v-if="orders.pager!=-1 && this.count>0">
<span :class="prevCls" @click="prev()">
Expand Down
3 changes: 3 additions & 0 deletions themes/components/pagination.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
>div {
margin: 0 5px;
}
>.h-page-select-size {
margin-right: 0;
}
&&-align-right {
justify-content: flex-end;
-ms-flex-pack: flex-end;
Expand Down

0 comments on commit 6477dcb

Please sign in to comment.