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>