1231
This commit is contained in:
parent
ffafe1358d
commit
b005d33dca
@ -62,17 +62,16 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<template v-if="buyList?.length>0">
|
<template v-if="buyList?.length>0">
|
||||||
<div v-for="(item, index) in buyList" :key="index" class="flex flex-shrink-0">
|
<div v-for="(item, index) in buyList" :key="index" class="flex flex-shrink-0">
|
||||||
<!-- 将每列宽度改为相等(约86px),添加文本溢出处理 -->
|
<div class="text-start shrink-0 w-1/6 break-words" :style="`color: ${headItem(item.statusCode).color}`">
|
||||||
<div class="text-start shrink-0 w-1/4 truncate" :style="`color: ${headItem(item.statusCode).color}`">
|
|
||||||
{{ headItem(item.statusCode).label }}
|
{{ headItem(item.statusCode).label }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-start shrink-0 w-1/4 truncate">
|
<div class="text-start shrink-0 w-[28%] break-words">
|
||||||
{{ item.auctionType==='local'? $t('live_room.spot'):$t('live_room.network') }}
|
{{ item.auctionType==='local'? $t('live_room.spot'):$t('live_room.network') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-start shrink-0 w-1/4 truncate">
|
<div class="text-start shrink-0 w-[28%] break-words">
|
||||||
{{ item.createdAt }}
|
{{ item.createdAt }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-start shrink-0 w-1/4 truncate">
|
<div class="text-start shrink-0 w-[28%] break-words">
|
||||||
{{item.baseCurrency}}{{ formatThousands(item.baseMoney) }}
|
{{item.baseCurrency}}{{ formatThousands(item.baseMoney) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user