fix: 修复高级编排组件样式问题
parent
37612cb88e
commit
ffdd737733
|
|
@ -30,7 +30,7 @@
|
||||||
<div class="flex-between">
|
<div class="flex-between">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<span class="flex">
|
<span class="flex">
|
||||||
<auto-tooltip :content="item.name">
|
<auto-tooltip :content="item.name" style="max-width: 130px">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</auto-tooltip>
|
</auto-tooltip>
|
||||||
<span class="danger" v-if="item.is_required">*</span></span
|
<span class="danger" v-if="item.is_required">*</span></span
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue