This commit is contained in:
make
2025-04-09 09:51:46 +08:00
parent c8202ccbaf
commit 4a1ead3340
3 changed files with 66 additions and 68 deletions

View File

@@ -47,7 +47,7 @@
</template>
<template v-if="e.type === 'textarea-i'">
<el-input
type="textarea"
v-model="e.value"
maxlength="36500"
:autosize="{ minRows: 8, maxRows: 9 }"