feat: add height
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user