lxf 1 рік тому
батько
коміт
a64ce1a81c
1 змінених файлів з 2 додано та 2 видалено
  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>