Customise the pagination for clarity

parent 16bd9559
...@@ -7,3 +7,14 @@ ...@@ -7,3 +7,14 @@
padding: 5px 0; 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;
}
...@@ -112870,7 +112870,7 @@ var render = function() { ...@@ -112870,7 +112870,7 @@ var render = function() {
{ staticClass: "search el-col el-col-5" }, { staticClass: "search el-col el-col-5" },
[ [
_c("el-input", { _c("el-input", {
attrs: { icon: "search" }, attrs: { "prefix-icon": "el-icon-search" },
nativeOn: { nativeOn: {
keyup: function($event) { keyup: function($event) {
_vm.performSearch($event) _vm.performSearch($event)
...@@ -114487,7 +114487,7 @@ var render = function() { ...@@ -114487,7 +114487,7 @@ var render = function() {
{ staticClass: "search el-col el-col-5" }, { staticClass: "search el-col el-col-5" },
[ [
_c("el-input", { _c("el-input", {
attrs: { icon: "search" }, attrs: { "prefix-icon": "el-icon-search" },
nativeOn: { nativeOn: {
keyup: function($event) { keyup: function($event) {
_vm.performSearch($event) _vm.performSearch($event)
...@@ -7,3 +7,11 @@ ...@@ -7,3 +7,11 @@
.el-table td, .el-table th { .el-table td, .el-table th {
padding: 5px 0; 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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment