From f268ef050c4c8f7c39b8ebcaf42c64fbe1535632 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 29 Apr 2024 12:55:59 +0300 Subject: [PATCH] Update RowEditDoc.vue --- doc/datatable/edit/RowEditDoc.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/datatable/edit/RowEditDoc.vue b/doc/datatable/edit/RowEditDoc.vue index 8f48cd068..36cd1aa20 100644 --- a/doc/datatable/edit/RowEditDoc.vue +++ b/doc/datatable/edit/RowEditDoc.vue @@ -17,7 +17,7 @@ table: { style: 'min-width: 50rem' }, column: { bodycell: ({ state }) => ({ - style: state['d_editing'] && 'padding-top: 0.6rem; padding-bottom: 0.6rem' + style: state['d_editing'] && 'padding-top: 0.75rem; padding-bottom: 0.75rem' }) } }" @@ -79,7 +79,7 @@ export default { table: { style: 'min-width: 50rem' }, column: { bodycell: ({ state }) => ({ - style: state['d_editing']&&'padding-top: 0.6rem; padding-bottom: 0.6rem' + style: state['d_editing']&&'padding-top: 0.75rem; padding-bottom: 0.75rem' }) } }" @@ -125,7 +125,7 @@ export default { table: { style: 'min-width: 50rem' }, column: { bodycell: ({ state }) => ({ - style: state['d_editing']&&'padding-top: 0.6rem; padding-bottom: 0.6rem' + style: state['d_editing']&&'padding-top: 0.75rem; padding-bottom: 0.75rem' }) } }" @@ -219,7 +219,7 @@ export default { table: { style: 'min-width: 50rem' }, column: { bodycell: ({ state }) => ({ - style: state['d_editing']&&'padding-top: 0.6rem; padding-bottom: 0.6rem' + style: state['d_editing']&&'padding-top: 0.75rem; padding-bottom: 0.75rem' }) } }"