fix bug grid + buttons

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-08-14 12:30:55 +07:00
parent 2cea34dbab
commit c810139554
6 changed files with 68 additions and 41 deletions

View File

@ -94,7 +94,7 @@
</div>
<v-card-actions class="px-6 py-4 d-flex align-center justify-end">
<a-button :ripple="false" @click="dialogOpenCloseEvent(dialog)" class="mr-2">닫기</a-button>
<a-button :ripple="false" @click="dialogOpenCloseEvent(dialog)" class="ant-btn-popup-default mr-2">닫기</a-button>
<a-button :ripple="false" type="primary" @click="setUpdate($event)">확인</a-button>
</v-card-actions>
</v-card>