shish 3 лет назад
Родитель
Сommit
cd969f08bb
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      hdPad/src/pages/home/components/console.vue

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

@@ -7,7 +7,7 @@
  style="background-color:orange;color:white;border-color:orange;position:fixed;left:135upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:16upx;" 
  style="background-color:orange;color:white;border-color:orange;position:fixed;left:135upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:16upx;" 
  @click="goSettleCommit">结算</view>
  @click="goSettleCommit">结算</view>
 	 <view class="active" 
 	 <view class="active" 
- style="position:fixed;left:36upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:13upx;" 
+ style="position:fixed;left:36upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:15upx;" 
  @click="gatheringFn()">收款</view>
  @click="gatheringFn()">收款</view>
     <view class="active" @click="toWastage">报损</view>
     <view class="active" @click="toWastage">报损</view>
 	<view class="active" @click="selectCustom()">选客</view>
 	<view class="active" @click="selectCustom()">选客</view>
@@ -380,7 +380,7 @@ export default {
         text-align: center;
         text-align: center;
         padding: 10upx 0;
         padding: 10upx 0;
         color: #666666;
         color: #666666;
-        margin-bottom: 8upx;
+        margin-bottom: 12upx;
         font-size: 10upx;
         font-size: 10upx;
         text-align: center;
         text-align: center;
     }
     }