fix: 修改bug
This commit is contained in:
parent
20337c378d
commit
108eb5f9b7
|
@ -53,9 +53,9 @@
|
|||
</template>
|
||||
<template #content>
|
||||
<Ellipsis style="width: calc(100% - 100px);">
|
||||
<h3 style="font-size: 16px;font-weight: 700;color: #315efb;">
|
||||
<span style="font-size: 16px;font-weight: 700">
|
||||
{{ slotProps.name }}
|
||||
</h3>
|
||||
</span>
|
||||
</Ellipsis>
|
||||
<p>通道数量:{{ slotProps.count || 0 }}</p>
|
||||
<j-badge
|
||||
|
|
|
@ -47,9 +47,9 @@
|
|||
</template>
|
||||
<template #content>
|
||||
<Ellipsis style="width: calc(100% - 100px);">
|
||||
<h3 style="font-size: 16px;font-weight: 700;color: #315efb;">
|
||||
<span style="font-size: 16px;font-weight: 700">
|
||||
{{ slotProps.name }}
|
||||
</h3>
|
||||
</span>
|
||||
</Ellipsis>
|
||||
<j-row>
|
||||
<j-col :span="12">
|
||||
|
|
Loading…
Reference in New Issue