forked from verdnatura/salix-front
refs #7391 fix textarea
This commit is contained in:
parent
406c095ed2
commit
a603f37144
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue