wujingjing
2024-12-23 dd407c5da58ca201a1fc91af028ace3a6491853b
src/components/vue-flow/ui/nodes/OutputNode.vue
@@ -19,6 +19,7 @@
            :autosize="{ minRows: 4, maxRows: 6 }"
            :placeholder="VueFlowHelper.getParams(outputParams, 'output_msg').placeholder"
            autocomplete="off"
            class="nowheel"
         >
         </el-input>
      </FieldLayout>
@@ -29,6 +30,8 @@
         <el-input
            v-model="VueFlowHelper.getParams(outputParams, 'output_result').value.value"
            type="textarea"
            class="nowheel"
            :autosize="{ minRows: 4, maxRows: 6 }"
            v-if="VueFlowHelper.getParams(outputParams, 'output_result').value.type === InteractionType.Input"
         >