Skip to content

Commit

Permalink
style: 用户管理样式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jul 26, 2023
1 parent 9d93496 commit 57a5fa7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/views/Authorization/User.vue
Expand Up @@ -156,13 +156,8 @@ const filterNode = (value: string, data: DepartmentItem) => {
@current-change="currentChange"
/>
</ContentWrap>
<ContentWrap class="flex-[2] ml-20px">
<Search
:schema="searchSchema"
@reset="setSearchParams"
@search="setSearchParams"
:search-loading="loading"
/>
<ContentWrap class="flex-[3] ml-20px">
<Search :schema="searchSchema" @reset="setSearchParams" @search="setSearchParams" />
<div>
<Table
v-model:current-page="currentPage"
Expand Down

0 comments on commit 57a5fa7

Please sign in to comment.