From 062175c7c625ef7763b694dd5dfba8bc7e5e76cd Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 14 六月 2023 15:38:04 +0800
Subject: [PATCH] 1.角色清单、安灯设置引入分车间概念

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

diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue
index 04353fd..cfbbee5 100644
--- a/src/components/Pagination/index.vue
+++ b/src/components/Pagination/index.vue
@@ -96,6 +96,7 @@
   background: #f8f8fa;
   padding: 10px 0;
 }
+
 .pagination-container.hidden {
   display: none;
 }
@@ -109,7 +110,7 @@
 
 </style>
 <style lang="scss">
-.select_bottom{
+.select_bottom {
   //z-index: 2008; position: absolute; left: 147px !important; top: 355px !important; margin: 0px;
   //border: 1px solid #55aaff;
   //.el-select-dropdown {
@@ -130,11 +131,21 @@
   //}
 }
 
-.el-pagination button, .el-pagination span:not([class*=suffix]){
+.el-pagination button, .el-pagination span:not([class*=suffix]) {
   font-size: 14px;
 }
 
-.el-pagination .el-select .el-input .el-input__inner{
+.el-pagination .el-select .el-input .el-input__inner {
+  line-height: 34px;
+  height: 34px;
+}
+
+.el-pagination__jump {
+  margin-left: 10px;
+  margin-right: 10px;
+}
+
+.el-pagination__jump .el-input .el-input__inner{
   line-height: 34px;
   height: 34px;
 }

--
Gitblit v1.9.3