fix: vxeGrid top padding (#5193)

This commit is contained in:
Netfan 2024-12-20 14:47:33 +08:00 committed by GitHub
parent a44ff73dd3
commit 9a660827a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -306,7 +306,7 @@ onUnmounted(() => {
ref="gridRef"
:class="
cn(
'p-2 pt-0',
'p-2',
{
'pt-0': showToolbar && !formOptions,
},