feat: 优化 table tab 的显示
This commit is contained in:
@@ -113,8 +113,8 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||
</template>
|
||||
|
||||
<Grid>
|
||||
<template #top>
|
||||
<Tabs class="-mt-11" @change="handleTabChange">
|
||||
<template #toolbar-actions>
|
||||
<Tabs class="w-full" @change="handleTabChange">
|
||||
<TabPane
|
||||
v-for="tab in statusTabs"
|
||||
:key="tab.value"
|
||||
|
||||
Reference in New Issue
Block a user