Update CellEditDoc.vue
parent
6d4bff118a
commit
0213fbb437
|
@ -12,7 +12,7 @@
|
||||||
table: { style: 'min-width: 50rem' },
|
table: { style: 'min-width: 50rem' },
|
||||||
column: {
|
column: {
|
||||||
bodycell: ({ state }) => ({
|
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' },
|
table: { style: 'min-width: 50rem' },
|
||||||
column: {
|
column: {
|
||||||
bodycell: ({ state }) => ({
|
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' },
|
table: { style: 'min-width: 50rem' },
|
||||||
column: {
|
column: {
|
||||||
bodycell: ({ state }) => ({
|
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' },
|
table: { style: 'min-width: 50rem' },
|
||||||
column: {
|
column: {
|
||||||
bodycell: ({ state }) => ({
|
bodycell: ({ state }) => ({
|
||||||
class: [{ 'pt-0 pb-0': state['d_editing'] }]
|
class: [{ '!py-0': state['d_editing'] }]
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
|
|
Loading…
Reference in New Issue