fix: workflow name too long style

This commit is contained in:
wangdan-fit2cloud 2024-12-31 10:52:28 +08:00
parent a4f8d59e28
commit 95d36656b7

View File

@ -9,7 +9,7 @@
<div class="flex-between"> <div class="flex-between">
<div <div
class="flex align-center" class="flex align-center"
:style="{ maxWidth: node_status == 200 ? 'calc(100% - 55px)' : 'calc(100% - 85px)' }" :style="{ maxWidth: node_status == 200 ? 'calc(100% - 85px)' : 'calc(100% - 85px)' }"
> >
<component <component
:is="iconComponent(`${nodeModel.type}-icon`)" :is="iconComponent(`${nodeModel.type}-icon`)"