This commit is contained in:
王创世 2025-06-14 16:50:46 +08:00
parent 18e86e61b0
commit 40d7aab887
2 changed files with 7 additions and 11 deletions

View File

@ -205,7 +205,7 @@
<view style="padding: 0rpx 40rpx;">
<view style="display: flex;justify-content: space-between;align-items: center;">
<view style="font-size: 28rpx;font-weight: 600;">退款数量</view>
<view>{{ info.num }}</view>
<view>{{ info.auth_num }}</view>
</view>
<view style="height: 1px;background-color:#F0F0F0;width: 100%;margin: 30rpx 0rpx;"></view>
<view style="display: flex;justify-content: space-between;align-items: center;">

View File

@ -39,10 +39,10 @@
<image v-if="item.auth_status == 2" src="/static/my/wtg.png"
style="width: 134rpx; height: 106rpx;position: absolute;right: 0;"></image>
<view class="flex" style="margin-top: 24rpx">
<view class="right flex flex-column" style="align-items: self-start">
<view class="right flex flex-column" style="align-items: self-start;">
<span class="title white-space">{{ item.title }}</span>
<span class="first-image flex align-items" style="margin-top: 20rpx; width: 100%">
<span class="title white-space" style="padding-left: 30rpx;">{{ item.title }}</span>
<span class="first-image flex align-items" style="margin-top: 20rpx; width: 100%;padding-left: 30rpx;">
<image :src="item.user.avatar" style="width: 36rpx; height: 36rpx;border-radius: 50%;"></image>
<span style="color: #9c9c9c; margin-left: 10rpx;">{{
item.user.nickname
@ -53,7 +53,7 @@
</view>
</span>
<view class="flex flex-column" style="margin-top: 20rpx">
<view class="flex flex-column" style="margin-top: 20rpx;padding-left: 30rpx;">
<view class="time flex align-items white-space">
<span class="time_tex" v-if="item.status == 2">{{
"报名中"
@ -69,7 +69,7 @@
</view>
</view>
<view class="flex align-items justify-center" style="margin-top: 20rpx;margin-bottom: 32rpx;">
<view class="flex align-items justify-center" style="gap: 16rpx;width: 100%;margin-top: 20rpx;margin-bottom: 32rpx;">
<view class="imgs_con_div" v-for="(items_img, index) in item.images.slice(0, 3)"
:key="index">
@ -747,9 +747,7 @@
}
.rightBox {
margin-left: 32rpx;
width: 50%;
.line-row {
width: 382rpx;
height: 1rpx;
@ -1073,7 +1071,6 @@
}
.right {
margin-left: 30rpx;
width: 100%;
// padding: 20rpx 0;
@ -1168,7 +1165,6 @@
}
.imgs_con_div {
margin-right: 12rpx;
width: 202rpx;
height: 202rpx;
overflow: hidden;