Explorar el Código

代收记录分页居中

achao hace 3 años
padre
commit
36c7f977e1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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>