细节优化

This commit is contained in:
kron
2025-07-28 15:05:19 +08:00
parent e116c8d22f
commit 955abbb115
7 changed files with 98 additions and 12 deletions

View File

@@ -79,6 +79,11 @@ onUnmounted(() => {
<view>
<Avatar :src="user.avatar" :size="35" />
<text class="truncate">{{ user.nickName }}</text>
<image
class="user-name-image"
src="../static/vip1.png"
mode="widthFix"
/>
</view>
<block v-if="refreshing">
<image
@@ -121,7 +126,7 @@ onUnmounted(() => {
<view class="content">
<view class="title-bar">
<view />
<text>成为射灵会员</text>
<text>会员续费</text>
</view>
<view class="vip-items">
<view
@@ -171,11 +176,15 @@ onUnmounted(() => {
display: flex;
align-items: center;
}
.header > view > text:last-child {
.header > view > text {
margin-left: 10px;
width: 120px;
max-width: 120px;
text-align: left;
}
.header > view > image {
margin-left: 5px;
width: 20px;
}
.header > text:nth-child(2) {
color: #fed847;
}