fix MkDataCell.vue

This commit is contained in:
おさむのひと 2024-08-19 21:30:28 +09:00
parent de00b0575a
commit a0807edb40
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ SPDX-License-Identifier: AGPL-3.0-only
[needsContentCentering ? $style.center : {}],
]"
>
<div v-if="!editing" ref="contentAreaEl" :class="$style.contentArea">
<div :class="$style.content">
<div v-if="!editing" :class="$style.contentArea">
<div ref="contentAreaEl" :class="$style.content">
<div v-if="cellType === 'text'">
{{ cell.value }}
</div>