shish 3 mesi fa
parent
commit
ab4b105d1e

+ 2 - 2
ghsPad/src/pages/home/components/leftArea.vue

@@ -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>

+ 2 - 2
hdPad/src/pages/home/components/leftArea.vue

@@ -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>