chore: flex-1
This commit is contained in:
parent
942e99e518
commit
6712d10380
@ -121,7 +121,7 @@ function handleMultiDelete() {
|
|||||||
class="w-[260px]"
|
class="w-[260px]"
|
||||||
@select="() => tableApi.reload()"
|
@select="() => tableApi.reload()"
|
||||||
/>
|
/>
|
||||||
<BasicTable>
|
<BasicTable class="flex-1">
|
||||||
<template #toolbar-actions>
|
<template #toolbar-actions>
|
||||||
<span class="pl-[7px] text-[16px]">岗位列表</span>
|
<span class="pl-[7px] text-[16px]">岗位列表</span>
|
||||||
</template>
|
</template>
|
||||||
|
@ -147,7 +147,7 @@ function handleMultiDelete() {
|
|||||||
class="w-[260px]"
|
class="w-[260px]"
|
||||||
@select="() => tableApi.reload()"
|
@select="() => tableApi.reload()"
|
||||||
/>
|
/>
|
||||||
<BasicTable>
|
<BasicTable class="flex-1">
|
||||||
<template #toolbar-actions>
|
<template #toolbar-actions>
|
||||||
<span class="pl-[7px] text-[16px]">用户列表</span>
|
<span class="pl-[7px] text-[16px]">用户列表</span>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user