|
|
@@ -15,7 +15,7 @@
|
|
|
<text v-if="getSelectClassById(item.classId).smallCount > 0">{{ getSelectClassById(item.classId).smallCount }}</text>
|
|
|
</text>
|
|
|
</div>
|
|
|
- <view style="height: 200rpx"></view>
|
|
|
+ <view style="height: 240rpx"></view>
|
|
|
<view class="switchover-unit" @tap="isSmallCount = !isSmallCount">{{isSmallCount?'支':'扎'}}</view>
|
|
|
</scroll-view>
|
|
|
|
|
|
@@ -295,16 +295,18 @@ export default {
|
|
|
}
|
|
|
.switchover-unit{
|
|
|
position: fixed;
|
|
|
- left: calc(170rpx / 2 - 30rpx);
|
|
|
+ left: calc(170rpx / 2 - 50rpx);
|
|
|
bottom: 140rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- width: 60rpx;
|
|
|
- height: 60rpx;
|
|
|
+ width: 100rpx;
|
|
|
+ height: 100rpx;
|
|
|
color: #FFFFFF;
|
|
|
background: #4b8cf4;
|
|
|
border-radius: 50%;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 700;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
}
|