feat: add height
parent
f15f7d4fc2
commit
6098e84119
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue