add DockerContainerDetail.vue

This commit is contained in:
Timi
2026-04-13 14:40:08 +08:00
parent 3393cca441
commit df6c6b78c9
9 changed files with 981 additions and 795 deletions

View File

@@ -29,7 +29,7 @@
}"
/>
</template>
<div v-if="Toolkit.isNotEmpty(note)" class="note" v-text="note" />
<div v-if="Toolkit.isNotEmpty(note)" class="health" v-text="note" />
</div>
<div v-if="Toolkit.isNotEmpty(legendList)" class="legends">
<div
@@ -158,7 +158,7 @@ const legendList = computed<RenderProgressItem[]>(() => {
transition: width 320ms var(--tui-bezier);
}
.note {
.health {
top: 50%;
right: .25rem;
z-index: 2;