Browse Source

修改分页样式

zk 1 year ago
parent
commit
8b72cb204a
2 changed files with 3 additions and 4 deletions
  1. 2 4
      src/views/hdsj/Index.vue
  2. 1 0
      src/views/ssky/Index.vue

+ 2 - 4
src/views/hdsj/Index.vue

@@ -157,6 +157,7 @@
                 style="opacity: 0.6;color: #eff7fb"
                 small
                 background="false"
+                pager-count="4"
                 :current-page="currentPage"
                 :page-size="pageSize"
                 :total="totals"
@@ -1053,11 +1054,8 @@ function handleShowBingTu()
     }
     .pageForDown{
       height: 40px;
-      width: 90%;
+      width: 80%;
       margin: 0 auto;
-      button{
-        opacity: 0.5;
-      }
     }
   }
 </style>

+ 1 - 0
src/views/ssky/Index.vue

@@ -136,6 +136,7 @@
                 style="opacity: 0.6;color: #eff7fb"
                 small
                 background="false"
+                pager-count="4"
                 popper-class="is-first"
                 :current-page="currentPage"
                 :page-size="pageSize"