We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a1801 commit baac6f4Copy full SHA for baac6f4
src/components/bpmnProcessDesigner/package/penal/flow-condition/FlowCondition.vue
@@ -15,7 +15,7 @@
15
</el-select>
16
</el-form-item>
17
<el-form-item label="表达式" v-if="flowConditionForm.conditionType && flowConditionForm.conditionType === 'expression'" key="express">
18
- <el-input v-model="flowConditionForm.body" clearable @change="updateFlowCondition" />
+ <el-input v-model="flowConditionForm.body" style="width:192px;" clearable @change="updateFlowCondition" />
19
20
<template v-if="flowConditionForm.conditionType && flowConditionForm.conditionType === 'script'">
21
<el-form-item label="脚本语言" key="language">
0 commit comments