This commit is contained in:
aihe 2025-01-07 16:54:09 +08:00
parent 480e56e181
commit c762d35faa

View File

@ -9,8 +9,8 @@
</u-button> </u-button>
</view> </view>
</u-row> </u-row>
<view> <view v-if="dataList.length > 0" class="mt-20">
<u-row> <u-row custom-style="flex-wrap: wrap;column-gap: 20rpx; row-gap: 20rpx;">
<u-image v-for="(item, index) in dataList" <u-image v-for="(item, index) in dataList"
@click="handlePreviewCur(dataList, index)" :src="item" width="100" height="50" mode="aspectFill" @click="handlePreviewCur(dataList, index)" :src="item" width="100" height="50" mode="aspectFill"
custom-style="margin: 20rpx 20rpx 0 0;" custom-style="margin: 20rpx 20rpx 0 0;"