update: 视频中心组件替换测试

This commit is contained in:
JiangQiming 2023-03-09 16:02:39 +08:00
parent c5018e631a
commit 57a2aceaa9
1 changed files with 11 additions and 8 deletions

View File

@ -84,14 +84,16 @@
?.addresses" ?.addresses"
:key="`${i.address}_address${idx}`" :key="`${i.address}_address${idx}`"
> >
<j-badge <Ellipsis>
:text="i.address" <j-badge
:color=" :text="i.address"
i.health === -1 :color="
? 'red' i.health === -1
: 'green' ? 'red'
" : 'green'
/> "
/>
</Ellipsis>
</p> </p>
</j-col> </j-col>
</j-row> </j-row>
@ -263,6 +265,7 @@ const handleCancel = () => {
text-align: center; text-align: center;
.gateway-item { .gateway-item {
padding: 16px; padding: 16px;
text-align: left;
.card-item-content-title, .card-item-content-title,
.desc, .desc,
.subtitle { .subtitle {