Browse Source

style:分页样式细调

yangfeng 2 years ago
parent
commit
4dd5152b53
1 changed files with 10 additions and 0 deletions
  1. 10 0
      jypoints-pc/src/assets/style/reset-ele.scss

+ 10 - 0
jypoints-pc/src/assets/style/reset-ele.scss

@@ -102,6 +102,14 @@
     background-color: $color-text--highlight;
     border: 1px!important;
   }
+  .el-pagination__confirm{
+    width: 52px;
+    text-align: center;
+    color: #1D1D1D;
+  }
+  .el-pagination__jump{
+    color: #686868!important;
+  }
 }
 
 // 分页组件页码选择select下拉框样式
@@ -111,8 +119,10 @@
   min-width: 100px!important;
   margin-top: 0px!important;
   border-radius: 2px!important;
+  transform-origin: center bottom!important;
   .el-scrollbar{
     height: 136px;
+    border-radius: 2px;
   }
   .el-scrollbar__wrap{
     height: 136px!important;