fix: bug#11035

This commit is contained in:
xieyonghong 2023-03-28 21:03:58 +08:00
parent 43edb14f16
commit 381ea887e8
2 changed files with 4 additions and 2 deletions

View File

@ -156,11 +156,11 @@
</slot>
</template>
<template #content>
<span style="font-size: 16px; font-weight: 600">
<Ellipsis style="width: calc(100% - 100px)">
<span style="font-size: 16px; font-weight: 600">
{{ slotProps.id }}
</span>
</Ellipsis>
</span>
<j-row style="margin-top: 20px">
<j-col :span="8">
<div class="card-item-content-text">

View File

@ -27,7 +27,9 @@
</template>
<template #content>
<h3 class="card-item-content-title">
<Ellipsis>
{{ slotProps.name }}
</Ellipsis>
</h3>
<j-row>
<j-col :span="12">