|
|
@@ -22,28 +22,28 @@
|
|
|
|
|
|
<view class="card" @click="scanCode('verify')">
|
|
|
<view class="icon-wrapper" style="background-color: #e4f7ed;">
|
|
|
- <image :src="imgurl+'/cjx/hexiao/hexiao.png'" mode="aspectFit"></image>
|
|
|
+ <image :src="imgurl+'/cjx/hexiao/hexiao.png'" class="icon_image"></image>
|
|
|
</view>
|
|
|
<view class="card-title">扫码核销</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="card" @click="navigateTo('patrolRecords')">
|
|
|
<view class="icon-wrapper" style="background-color: #f2e7ff;">
|
|
|
- <image :src="imgurl+'/cjx/hexiao/xundian.png'" mode="aspectFit"></image>
|
|
|
+ <image :src="imgurl+'/cjx/hexiao/xundian.png'" class="icon_image"></image>
|
|
|
</view>
|
|
|
<view class="card-title">巡店记录</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="card small-card" @click="navigateTo('stockRecords')">
|
|
|
<view class="icon-wrapper" style="background-color: #fff8e1;">
|
|
|
- <image :src="imgurl+'/cjx/hexiao/hexiao.png'" mode="aspectFit"></image>
|
|
|
+ <image :src="imgurl+'/cjx/hexiao/hexiao.png'" class="icon_image"></image>
|
|
|
</view>
|
|
|
<text class="card-title">上货记录</text>
|
|
|
</view>
|
|
|
|
|
|
<view class="card small-card" @click="navigateTo('verifyRecords')">
|
|
|
<view class="icon-wrapper" style="background-color: #ffede6;">
|
|
|
- <image :src="imgurl+'/cjx/hexiao/hxjilu.png'" mode="aspectFit"></image>
|
|
|
+ <image :src="imgurl+'/cjx/hexiao/hxjilu.png'" class="icon_image"></image>
|
|
|
</view>
|
|
|
<text class="card-title">核销记录</text>
|
|
|
</view>
|
|
|
@@ -328,4 +328,9 @@ export default {
|
|
|
background-color: inherit;
|
|
|
|
|
|
}
|
|
|
+
|
|
|
+.icon_image{
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+}
|
|
|
</style>
|