Parcourir la source

代收记录分页居中

achao il y a 3 ans
Parent
commit
36c7f977e1
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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>