refs #7391 fix textarea #402

Merged
carlossa merged 3 commits from 7391-defaulterMods into dev 2024-05-27 11:59:11 +00:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit a603f37144 - Show all commits

View File

@ -344,7 +344,7 @@ function exprBuilder(param, value) {
</template>
<template #body-cell="props">
<QTd :props="props">
<QTd :props="props" style="height: max-content">
<QTr :props="props" class="cursor-pointer">
<component
:is="
@ -372,8 +372,9 @@ function exprBuilder(param, value) {
<VnInput
type="textarea"
v-model="props.value"
autogrow
:disable="true"
readonly
dense
style="height: 10vh"
/>
</div>
<div v-else>{{ props.value }}</div>