Forráskód Böngészése

翻页水平居中

lxf 1 éve
szülő
commit
a64ce1a81c
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/components/Pagination/index.vue

+ 2 - 2
src/components/Pagination/index.vue

@@ -98,8 +98,8 @@ export default {
   display: none;
 }
 /deep/ .el-pagination {
-  left: 36%;
   position: relative;
-  // margin-left: -400px;
+  margin: 0 auto;
+  width: -webkit-fit-content;
 }
 </style>