add DockerContainerDetail.vue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user