style: 用户管理样式修改

This commit is contained in:
kailong321200875 2023-07-26 16:29:44 +08:00
parent 9d9349600b
commit 57a5fa7b82
1 changed files with 2 additions and 7 deletions

View File

@ -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"