fix: vxeGrid top padding (#5193)

pull/60/MERGE
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
1 changed files with 1 additions and 1 deletions

View File

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