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