This commit is contained in:
wangweidong 2026-03-11 14:40:25 +08:00
parent b5cec43517
commit 8e0f046e19
1 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,7 @@
</view>
<view class="warning-other">
<scroll-view scroll-x="true" class="kcscrol guodu" scroll-with-animation
@scrolltolower="scrolltolower(1)">
:enhanced="true" :bounce="true" @scrolltolower="scrolltolower(1)">
<view class="yjbox" v-for="(v,i) in Material" :key="i" @click="clickaddcar(v,i)">
<image :src="v.materialImg?serverUrl+v.materialImg:'/static/index/procurement/k.png'"
mode="aspectFill"></image>
@ -872,6 +872,8 @@
margin-left: 25rpx;
position: relative;
z-index: 99;
transform: translateZ(0);
// background-color: red;
.yjbox {