style: 统一拍品详情

This commit is contained in:
xingyy 2025-03-12 16:33:49 +08:00
parent 80efe786e0
commit ecf14e5eeb
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ const tipOpen = () => {
<paymentResults v-model:show="show1" type="error"/> <paymentResults v-model:show="show1" type="error"/>
<div v-if="auctionData?.wsType==='newArtwork'" <div v-if="auctionData?.wsType==='newArtwork'"
class="w-344px h-31px rounded-4px absolute top-9px bg-[#151824]/45 backdrop-blur-[10px] backdrop-saturate-[180%] left-1/2 transform translate-x--1/2 flex text-#fff text-14px items-center px-12px line-height-none"> class="w-344px h-31px rounded-4px absolute top-9px bg-[#151824]/45 backdrop-blur-[10px] backdrop-saturate-[180%] left-1/2 transform translate-x--1/2 flex text-#fff text-14px items-center px-12px line-height-none">
<div class="mr-11px whitespace-nowrap">LOT{{ Number(auctionData.artwork.index+25000) }}</div> <div class="mr-11px whitespace-nowrap">Lot{{ Number(auctionData.artwork.index+25000) }}</div>
<div class="mr-10px truncate">{{ auctionData.artwork.name }}</div> <div class="mr-10px truncate">{{ auctionData.artwork.name }}</div>
<div class="whitespace-nowrap">{{ t('live_room.start') }}</div> <div class="whitespace-nowrap">{{ t('live_room.start') }}</div>
</div> </div>

View File

@ -493,7 +493,7 @@
"detail": "Lot Details", "detail": "Lot Details",
"description": "Lot Description" "description": "Lot Description"
}, },
"lotDetail": "LOT Details", "lotDetail": "Lot Details",
"refresh": { "refresh": {
"success": "Refresh successful", "success": "Refresh successful",
"noMore": "No more data" "noMore": "No more data"