fix MkDataCell.vue
This commit is contained in:
parent
de00b0575a
commit
a0807edb40
|
@ -27,8 +27,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
[needsContentCentering ? $style.center : {}],
|
[needsContentCentering ? $style.center : {}],
|
||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<div v-if="!editing" ref="contentAreaEl" :class="$style.contentArea">
|
<div v-if="!editing" :class="$style.contentArea">
|
||||||
<div :class="$style.content">
|
<div ref="contentAreaEl" :class="$style.content">
|
||||||
<div v-if="cellType === 'text'">
|
<div v-if="cellType === 'text'">
|
||||||
{{ cell.value }}
|
{{ cell.value }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue