chore: 优化流水线运行时状态timeline被挤成2行的问题

This commit is contained in:
xiaojunnuo
2025-11-07 01:35:30 +08:00
parent 65e53092e8
commit 2da44c3699
3 changed files with 58 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
<template #dot>
<fs-icon v-bind="status" :color="status.iconColor || status.color" />
</template>
<p>
<p class="flex items-center">
<fs-date-format :model-value="runnable.createTime"></fs-date-format>
<a-tag class="ml-5" :color="status.color" :closable="status.value === 'start'" @close="cancelTask">
{{ status.label }}

View File

@@ -1027,7 +1027,7 @@ export default defineComponent({
}
.layout-right {
width: 350px;
width: 354px;
height: 100%;
}
}
@@ -1254,7 +1254,7 @@ export default defineComponent({
position: relative;
&.collapsed {
margin-right: -350px;
margin-right: -354px;
}
.collapse-toggle {