fix: workflow name too long style
parent
a4f8d59e28
commit
95d36656b7
|
|
@ -9,7 +9,7 @@
|
|||
<div class="flex-between">
|
||||
<div
|
||||
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
|
||||
:is="iconComponent(`${nodeModel.type}-icon`)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue