fix bug ui scrren 12 28

This commit is contained in:
Pham Hoang Manh/(Pham Hoang Manh)/현장대리인/SK
2025-08-25 13:23:49 +09:00
parent 8bfcebdd10
commit 39502ae8fb
2 changed files with 11 additions and 2 deletions

View File

@ -30,8 +30,8 @@
</v-row>
<v-row ref="contents">
<v-col :cols="12" class="h100">
<v-card class="px-5 py-5">
<div ref="gridParent" class="px-5" style="height:calc(100% - 40px)">
<v-card class="pa-5 pb-0">
<div ref="gridParent" class="px-5" style="height:calc(100% - 70px)">
<component ref="myGrid" :is="loadGrid ? 'Grid' : null" :gridName="gridName"
:parentPrgmId="myPrgmId" />
</div>