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

This commit is contained in:
wangdan-fit2cloud 2024-08-28 11:33:52 +08:00
parent 37612cb88e
commit ffdd737733

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