Skip to content

Commit

Permalink
fix: 修复自定义变量长度超过显示不完全问题
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 8626
  • Loading branch information
hyunfa committed May 24, 2024
1 parent b935e61 commit 277ea5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
v-if="!isPluginType && mainItem.variables?.properties"
:ref="`form${mainItem.name}`"
:data="mainItem.variables"
:label-width="150"
:label-width="200"
:value="mainItem.form"
@change="formChange" />
<!-- @focus="handleOperate(arguments, mainItem, 'focus')"
Expand Down

0 comments on commit 277ea5b

Please sign in to comment.