From 04c5571156dc904de0ab2478a6b73b304bc16c4c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 09 八月 2022 11:13:41 +0800
Subject: [PATCH] 1.项目整体样式修改

---
 src/components/Pagination/index.vue |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue
index 51bcb07..b86c583 100644
--- a/src/components/Pagination/index.vue
+++ b/src/components/Pagination/index.vue
@@ -36,7 +36,7 @@
     pageSizes: {
       type: Array,
       default() {
-        return [5, 10, 20, 100]
+        return [10, 20, 50, 100]
       }
     },
     layout: {
@@ -93,8 +93,8 @@
 
 <style scoped>
 .pagination-container {
-  background: #fff;
-  padding: 32px 16px;
+  background: #f8f8fa;
+  padding: 10px 0;
 }
 .pagination-container.hidden {
   display: none;
@@ -128,4 +128,13 @@
   //  color: #fff;
   //}
 }
+
+.el-pagination button, .el-pagination span:not([class*=suffix]){
+  font-size: 14px;
+}
+
+.el-pagination .el-select .el-input .el-input__inner{
+  line-height: 34px;
+  height: 34px;
+}
 </style>

--
Gitblit v1.9.3