This commit is contained in:
parent
b5cec43517
commit
8e0f046e19
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue