|
|
@@ -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;"
|
|
|
@click="goSettleCommit">结算</view>
|
|
|
<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>
|
|
|
<view class="active" @click="toWastage">报损</view>
|
|
|
<view class="active" @click="selectCustom()">选客</view>
|
|
|
@@ -380,7 +380,7 @@ export default {
|
|
|
text-align: center;
|
|
|
padding: 10upx 0;
|
|
|
color: #666666;
|
|
|
- margin-bottom: 8upx;
|
|
|
+ margin-bottom: 12upx;
|
|
|
font-size: 10upx;
|
|
|
text-align: center;
|
|
|
}
|