|
@@ -13,6 +13,12 @@
|
|
|
// background-color: $color-text--highlight;
|
|
|
// }
|
|
|
// }
|
|
|
+.el-pagination.is-background .el-pager {
|
|
|
+ li:not(.disabled).active,
|
|
|
+ li:not(.disabled):hover {
|
|
|
+ border: 1px!important;
|
|
|
+ }
|
|
|
+}
|
|
|
// 分页组件页码选择select下拉框样式
|
|
|
.pagination-custom-select{
|
|
|
top: -138px!important;
|