style(样式调整): 团队历史收入页

This commit is contained in:
hzj 2025-11-04 10:19:49 +08:00
parent 4a51987df3
commit cc455d5b76

View File

@ -91,7 +91,7 @@
" "
> >
<!-- 用户信息 --> <!-- 用户信息 -->
<div style="width: 75%; display: flex; align-items: center; justify-content: space-around"> <div style="width: 70%; display: flex; align-items: center; justify-content: space-around">
<!-- 头像 --> <!-- 头像 -->
<div <div
style=" style="
@ -134,7 +134,7 @@
</div> </div>
</div> </div>
<!-- 账号信息 --> <!-- 账号信息 -->
<div style="width: 30%; display: flex; flex-direction: column; gap: 4px"> <div style="width: 35%; display: flex; flex-direction: column; gap: 4px">
<div <div
style=" style="
font-weight: 700; font-weight: 700;
@ -142,6 +142,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
font-size: 0.9em;
" "
> >
{{ member.memberProfile?.userNickname || t('unknown_user') }} {{ member.memberProfile?.userNickname || t('unknown_user') }}
@ -153,6 +154,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
font-size: 0.9em;
" "
> >
ID: {{ member.memberProfile?.account || 'N/A' }} ID: {{ member.memberProfile?.account || 'N/A' }}
@ -170,11 +172,12 @@
rgba(119, 38, 255, 0.6) 92.99% rgba(119, 38, 255, 0.6) 92.99%
); );
color: #fff; color: #fff;
padding: 2px 8px; padding: 2px 4px;
font-weight: 500; font-weight: 500;
border: 1px solid #d1d5db; border: 1px solid #d1d5db;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
font-size: 0.9em;
" "
> >
{{ formatTargetDisplay(member.target?.acceptGiftValue) }} {{ formatTargetDisplay(member.target?.acceptGiftValue) }}
@ -183,7 +186,7 @@
</div> </div>
<!-- 数据区域 --> <!-- 数据区域 -->
<div style="width: 25%; display: flex; justify-content: flex-end"> <div style="width: 30%; display: flex; justify-content: flex-end">
<div style="width: 100%; display: flex; flex-direction: column"> <div style="width: 100%; display: flex; flex-direction: column">
<div style="width: 100%; display: flex; align-items: center"> <div style="width: 100%; display: flex; align-items: center">
<img src="../../assets/icon/coin.png" alt="" height="16px" style="display: block" /> <img src="../../assets/icon/coin.png" alt="" height="16px" style="display: block" />
@ -195,6 +198,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
flex: 1; flex: 1;
font-size: 0.9em;
" "
> >
{{ formatDiamondValue(member.target?.acceptGiftValue) }} {{ formatDiamondValue(member.target?.acceptGiftValue) }}
@ -208,7 +212,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 100%; width: 100%;
font-size: 0.9em; font-size: 0.7em;
" "
> >
{{ t('time_days') }}:{{ Math.floor(member.target.onlineTime / 60 / 2, 0) }} {{ t('time_days') }}:{{ Math.floor(member.target.onlineTime / 60 / 2, 0) }}