fix: 修复高级编排组件样式问题

v3.2
wangdan-fit2cloud 2024-08-28 11:33:52 +08:00
parent 37612cb88e
commit ffdd737733
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<div class="flex-between">
<div class="flex">
<span class="flex">
<auto-tooltip :content="item.name">
<auto-tooltip :content="item.name" style="max-width: 130px">
{{ item.name }}
</auto-tooltip>
<span class="danger" v-if="item.is_required">*</span></span