This commit is contained in:
parent
406c095ed2
commit
a603f37144
|
@ -344,7 +344,7 @@ function exprBuilder(param, value) {
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #body-cell="props">
|
<template #body-cell="props">
|
||||||
<QTd :props="props">
|
<QTd :props="props" style="height: max-content">
|
||||||
<QTr :props="props" class="cursor-pointer">
|
<QTr :props="props" class="cursor-pointer">
|
||||||
<component
|
<component
|
||||||
:is="
|
:is="
|
||||||
|
@ -372,8 +372,9 @@ function exprBuilder(param, value) {
|
||||||
<VnInput
|
<VnInput
|
||||||
type="textarea"
|
type="textarea"
|
||||||
v-model="props.value"
|
v-model="props.value"
|
||||||
autogrow
|
readonly
|
||||||
:disable="true"
|
dense
|
||||||
|
style="height: 10vh"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>{{ props.value }}</div>
|
<div v-else>{{ props.value }}</div>
|
||||||
|
|
Loading…
Reference in New Issue