修复遮罩层的显示问题

This commit is contained in:
赵毅 2025-08-09 18:28:01 +08:00
parent c87ee26b07
commit 53342c7173
2 changed files with 3 additions and 2 deletions

View File

@ -509,7 +509,7 @@ page {
border-radius: 0 0 10rpx 10rpx; border-radius: 0 0 10rpx 10rpx;
box-shadow: 0 5rpx 15rpx rgba(0, 0, 0, 0.1); box-shadow: 0 5rpx 15rpx rgba(0, 0, 0, 0.1);
padding: 20rpx; padding: 20rpx;
/* position: absolute; */ position: absolute;
z-index: 99; z-index: 99;
width: 95%; width: 95%;
left: 0; left: 0;
@ -570,7 +570,7 @@ page {
.overlay { .overlay {
position: absolute; position: absolute;
top: 0; top: 90rpx;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@ -184,6 +184,7 @@
</view> </view>
</view> --> </view> -->
<div class="merchantList"> <div class="merchantList">
<view class="overlay" v-if="showDropdown"></view>
<div class="merchantItem" v-for="item in merchatList" :key="item.id" @click="Info(item)"> <div class="merchantItem" v-for="item in merchatList" :key="item.id" @click="Info(item)">
<div class="merchantItem_left"> <div class="merchantItem_left">
<image :src="item.showImg" mode="aspectFill"></image> <image :src="item.showImg" mode="aspectFill"></image>