Update RowEditDoc.vue

pull/5677/head
tugcekucukoglu 2024-04-29 12:55:59 +03:00
parent fb387de29e
commit f268ef050c
1 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
table: { style: 'min-width: 50rem' }, table: { style: 'min-width: 50rem' },
column: { column: {
bodycell: ({ state }) => ({ 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' }, table: { style: 'min-width: 50rem' },
column: { column: {
bodycell: ({ state }) => ({ 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' }, table: { style: 'min-width: 50rem' },
column: { column: {
bodycell: ({ state }) => ({ 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' }, table: { style: 'min-width: 50rem' },
column: { column: {
bodycell: ({ state }) => ({ 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'
}) })
} }
}" }"