|
|
@@ -33,10 +33,10 @@
|
|
|
<text class="name">{{item.name}}</text>
|
|
|
<view class="num-action_box">
|
|
|
<view class="num-btn" :data-item-key="getItemKey(item)" @click.stop="changeItemNumByEvent($event, -1)">
|
|
|
- <zui-svg-icon icon="general-sub" :width="28" :height="28" color="#8abf8a" />
|
|
|
+ <zui-svg-icon icon="general-sub" :width="38" :height="38" color="#8abf8a" />
|
|
|
</view>
|
|
|
<view class="num-btn" :data-item-key="getItemKey(item)" @click.stop="changeItemNumByEvent($event, 1)">
|
|
|
- <zui-svg-icon icon="general-plus" :width="28" :height="28" color="#8abf8a" />
|
|
|
+ <zui-svg-icon icon="general-plus" :width="38" :height="38" color="#8abf8a" />
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|