Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/effects/plugins/src/vxe-table/use-vxe-grid.vue
|
|
@ -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, |
|
|
}, |
|
|
}, |
|
|
|