From 0213fbb4379d81bcc1b9a9e7d33da727fbb30d19 Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Sun, 6 Oct 2024 00:22:42 +0100 Subject: [PATCH] Update CellEditDoc.vue --- apps/showcase/doc/datatable/edit/CellEditDoc.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/showcase/doc/datatable/edit/CellEditDoc.vue b/apps/showcase/doc/datatable/edit/CellEditDoc.vue index cd08ed995..b4535071c 100644 --- a/apps/showcase/doc/datatable/edit/CellEditDoc.vue +++ b/apps/showcase/doc/datatable/edit/CellEditDoc.vue @@ -12,7 +12,7 @@ table: { style: 'min-width: 50rem' }, column: { bodycell: ({ state }) => ({ - class: [{ 'pt-0 pb-0': state['d_editing'] }] + class: [{ '!py-0': state['d_editing'] }] }) } }" @@ -56,7 +56,7 @@ export default { table: { style: 'min-width: 50rem' }, column: { bodycell: ({ state }) => ({ - class: [{ 'pt-0 pb-0': state['d_editing'] }] + class: [{ '!py-0': state['d_editing'] }] }) } }" @@ -84,7 +84,7 @@ export default { table: { style: 'min-width: 50rem' }, column: { bodycell: ({ state }) => ({ - class: [{ 'pt-0 pb-0': state['d_editing'] }] + class: [{ '!py-0': state['d_editing'] }] }) } }" @@ -170,7 +170,7 @@ export default { table: { style: 'min-width: 50rem' }, column: { bodycell: ({ state }) => ({ - class: [{ 'pt-0 pb-0': state['d_editing'] }] + class: [{ '!py-0': state['d_editing'] }] }) } }"