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