liudong
2024-08-12 f83bc6949cc59b06528d94c54bae145c3c052476
src/views/authority/users/index.vue
@@ -531,7 +531,7 @@
  const basePagination: Pagination = {
    current: 1,
    pageSize: 20,
    pageSize: 15,
  };
  const pagination = reactive({
    ...basePagination,
@@ -844,12 +844,12 @@
    transform: translateY(-4px);
  }
  .table-page-search-wrapper {
    padding-top: 20px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    .search-wrapper {
      display: flex;