|
@@ -23,8 +23,8 @@
|
|
|
<view class="info-view">
|
|
<view class="info-view">
|
|
|
<view class="details-select" @click="checkFn()" >
|
|
<view class="details-select" @click="checkFn()" >
|
|
|
|
|
|
|
|
- <button class="admin-button-com blue middle" v-if="isAllCheck">全不选</button>
|
|
|
|
|
- <button class="admin-button-com blue middle" v-else>全选</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com blue big" v-if="isAllCheck">全不选</button>
|
|
|
|
|
+ <button class="admin-button-com blue big" v-else>全选</button>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
已选 <text class="price">{{ selectList.length }}</text> 笔 <text class="unit">¥</text> <text class="price">{{ parseFloat(selectTotalAmount) }}</text>
|
|
已选 <text class="price">{{ selectList.length }}</text> 笔 <text class="unit">¥</text> <text class="price">{{ parseFloat(selectTotalAmount) }}</text>
|
|
@@ -364,7 +364,7 @@ export default {
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
margin: 0 6upx;
|
|
margin: 0 6upx;
|
|
|
width: 200upx;
|
|
width: 200upx;
|
|
|
- height: 70upx;
|
|
|
|
|
|
|
+ height: 94upx;
|
|
|
font-size: 30upx;
|
|
font-size: 30upx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|