Skip to content

Commit da4f8ee

Browse files
小调整。
1 parent 8476bd0 commit da4f8ee

File tree

1 file changed

+1
-1
lines changed
  • ui/src/workflow/nodes/variable-aggregation-node

1 file changed

+1
-1
lines changed

ui/src/workflow/nodes/variable-aggregation-node/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<NodeCascader
9292
ref="nodeCascaderRef"
9393
:nodeModel="nodeModel"
94-
:style="{ width: form_data.strategy === 'variable_to_dict' ? '200px' : '310px'}"
94+
:style="{ width: form_data.strategy === 'variable_to_dict' ? '200px' : '308px'}"
9595
:placeholder="$t('workflow.variable.placeholder')"
9696
v-model="item.variable"
9797
/>

0 commit comments

Comments
 (0)