浏览代码

代收记录分页居中

achao 3 年之前
父节点
当前提交
36c7f977e1
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/contractManagement/collectionContractRecord.vue

+ 3 - 0
src/views/contractManagement/collectionContractRecord.vue

@@ -1672,4 +1672,7 @@
     // background: red;
     margin-right: 20px;
   }
+  .el-pagination{
+    text-align: center;
+  }
 </style>