feat: add height

This commit is contained in:
xingyu4j
2025-05-26 19:05:45 +08:00
parent f15f7d4fc2
commit 6098e84119

View File

@@ -167,7 +167,7 @@ const handleCategorySortSubmit = async () => {
<CategoryFormModal @success="getList" /> <CategoryFormModal @success="getList" />
<Card <Card
:body-style="{ padding: '10px' }" :body-style="{ padding: '10px' }"
class="mb-4" class="mb-4 h-[98%]"
v-spinning="modelListSpinning" v-spinning="modelListSpinning"
> >
<div class="flex h-full items-center justify-between pl-5"> <div class="flex h-full items-center justify-between pl-5">