Skip to content

Commit

Permalink
Customise the pagination for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Oct 29, 2017
1 parent 16bd955 commit e71dc2d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions public/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -112870,7 +112870,7 @@ var render = function() {
{ staticClass: "search el-col el-col-5" },
[
_c("el-input", {
attrs: { icon: "search" },
attrs: { "prefix-icon": "el-icon-search" },
nativeOn: {
keyup: function($event) {
_vm.performSearch($event)
Expand Down Expand Up @@ -114487,7 +114487,7 @@ var render = function() {
{ staticClass: "search el-col el-col-5" },
[
_c("el-input", {
attrs: { icon: "search" },
attrs: { "prefix-icon": "el-icon-search" },
nativeOn: {
keyup: function($event) {
_vm.performSearch($event)
Expand Down
8 changes: 8 additions & 0 deletions resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
.el-table td, .el-table th {
padding: 5px 0;
}
.el-pager, .el-pager li {
font-weight: normal;
}
.el-pager li.active {
font-weight: 900;
border: 1px solid #d8dce5;
border-radius: 3px;
}

0 comments on commit e71dc2d

Please sign in to comment.