|
@@ -7,7 +7,7 @@
|
|
|
<view class="tit" >{{ info.itemName || "" }}</view>
|
|
<view class="tit" >{{ info.itemName || "" }}</view>
|
|
|
<view class="kc num-open_bx flex-end">
|
|
<view class="kc num-open_bx flex-end">
|
|
|
<view class="price csss">¥{{ parseFloat(info.price) }}</view>
|
|
<view class="price csss">¥{{ parseFloat(info.price) }}</view>
|
|
|
- <view style="text-align: right" >
|
|
|
|
|
|
|
+ <view style="text-align: right;margin-right:20upx;" >
|
|
|
<view class="open-bx" >
|
|
<view class="open-bx" >
|
|
|
<i class="iconfont iconjian" @click.stop="delEvent()" v-if="bigCount > 0 || smallCount > 0"></i>
|
|
<i class="iconfont iconjian" @click.stop="delEvent()" v-if="bigCount > 0 || smallCount > 0"></i>
|
|
|
<text class="num" >
|
|
<text class="num" >
|
|
@@ -209,7 +209,7 @@ export default {
|
|
|
width: 120upx;
|
|
width: 120upx;
|
|
|
height:45upx;
|
|
height:45upx;
|
|
|
text-align:center;
|
|
text-align:center;
|
|
|
- margin: 0 8upx;
|
|
|
|
|
|
|
+ margin: 0 20upx;
|
|
|
color: #868686;
|
|
color: #868686;
|
|
|
border-radius: 22upx;
|
|
border-radius: 22upx;
|
|
|
background-color: #f5f5f5;
|
|
background-color: #f5f5f5;
|