|
@@ -91,7 +91,7 @@
|
|
|
</a>
|
|
|
</el-tooltip>
|
|
|
</span>
|
|
|
- <div style="display: flex; gap: 6px; margin-top: 3px">
|
|
|
+ <div class="mt-[3px] flex flex-wrap gap-[6px]">
|
|
|
<FlowNodeAvatar v-for="nodeUser in active.local_nodeUserList" :key="nodeUser.id" :name="nodeUser.name" />
|
|
|
<FlowNodeAvatar v-for="nodeRole in active.local_nodeRoleList" :key="nodeRole.id" :name="nodeRole.name">
|
|
|
<template #avatar>
|
|
@@ -587,7 +587,7 @@ watch(
|
|
|
overflow: hidden;
|
|
|
background: var(--el-bg-color);
|
|
|
border-radius: 6px;
|
|
|
- flex: auto;
|
|
|
+ flex: 1;
|
|
|
.flow-detail-container {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|