chore: 昵称过长的显示
This commit is contained in:
parent
80558b9cf1
commit
8702d1ddfe
@ -53,16 +53,18 @@ function handleClick() {
|
|||||||
{{ info.updateTime }}
|
{{ info.updateTime }}
|
||||||
</DescriptionsItem> -->
|
</DescriptionsItem> -->
|
||||||
</Descriptions>
|
</Descriptions>
|
||||||
<div class="flex items-center justify-between text-[14px]">
|
<div class="flex w-full items-center justify-between text-[14px]">
|
||||||
<div class="flex items-center gap-1">
|
<div class="flex items-center gap-1 overflow-hidden whitespace-nowrap">
|
||||||
<VbenAvatar
|
<VbenAvatar
|
||||||
:alt="info.createByName"
|
:alt="info.createByName"
|
||||||
class="bg-primary size-[24px] rounded-full text-[10px] text-white"
|
class="bg-primary size-[24px] rounded-full text-[10px] text-white"
|
||||||
src=""
|
src=""
|
||||||
/>
|
/>
|
||||||
<span class="opacity-50">{{ info.createByName }}</span>
|
<span class="overflow-hidden text-ellipsis opacity-50">
|
||||||
|
{{ info.createByName }}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="opacity-50">{{ info.updateTime }}更新</div>
|
<div class="text-nowrap opacity-50">{{ info.updateTime }}更新</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user