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

View File

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