fix: bug#11035
This commit is contained in:
parent
43edb14f16
commit
381ea887e8
|
@ -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">
|
||||
|
|
|
@ -27,7 +27,9 @@
|
|||
</template>
|
||||
<template #content>
|
||||
<h3 class="card-item-content-title">
|
||||
<Ellipsis>
|
||||
{{ slotProps.name }}
|
||||
</Ellipsis>
|
||||
</h3>
|
||||
<j-row>
|
||||
<j-col :span="12">
|
||||
|
|
Loading…
Reference in New Issue