This commit is contained in:
parent
b5cec43517
commit
8e0f046e19
|
|
@ -55,7 +55,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="warning-other">
|
<view class="warning-other">
|
||||||
<scroll-view scroll-x="true" class="kcscrol guodu" scroll-with-animation
|
<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)">
|
<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'"
|
<image :src="v.materialImg?serverUrl+v.materialImg:'/static/index/procurement/k.png'"
|
||||||
mode="aspectFill"></image>
|
mode="aspectFill"></image>
|
||||||
|
|
@ -872,6 +872,8 @@
|
||||||
margin-left: 25rpx;
|
margin-left: 25rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
transform: translateZ(0);
|
||||||
|
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
|
|
||||||
.yjbox {
|
.yjbox {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue