fix: height of batch page

This commit is contained in:
Jannat Patel
2025-02-17 19:45:45 +05:30
parent 9ce64a037d
commit 3d209024dd
2 changed files with 5 additions and 2 deletions

View File

@@ -21,7 +21,10 @@
</Button>
</div>
</header>
<div v-if="batch.data" class="grid grid-cols-[75%,25%]">
<div
v-if="batch.data"
class="grid grid-cols-[75%,25%] h-[calc(100vh-3.2rem)]"
>
<div class="border-r">
<Tabs
v-model="tabIndex"