chore: flex-1

This commit is contained in:
dap 2024-10-05 18:26:40 +08:00
parent 942e99e518
commit 6712d10380
2 changed files with 2 additions and 2 deletions

View File

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

View File

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