Skip to content

Commit

Permalink
stylistic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis committed Jan 5, 2021
1 parent 537253e commit 9f5b310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default {
paginationOptions: {
mode: 'pages',
enabled: true,
perPage: 5,
perPage: 2,
perPageDropdown: [50, 100, 200, 300, 500, 1000],
},
columns: [
Expand Down
1 change: 1 addition & 0 deletions dev/grouped-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}"
:pagination-options="{
enabled: true,
perPage: 2,
}"
:group-options="{
enabled: true,
Expand Down
1 change: 1 addition & 0 deletions src/styles/_table-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ $footer-font-size: 1.1rem;
&__page-btn, &__info, &__page-info{
display: inline-block;
vertical-align: middle;
color: $secondary-text-color;
}
&__page-btn{
-webkit-appearance: none;
Expand Down

0 comments on commit 9f5b310

Please sign in to comment.