|
@@ -16,7 +16,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<text class="text" :class="FertType == '1'?'text-active':''">定时</text>
|
|
<text class="text" :class="FertType == '1'?'text-active':''">定时</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="group-check-container" @click="selectFertType('2')" :class="{'active': FertType == '2'}" style="width: 150rpx;">
|
|
|
|
|
|
|
+ <view class="group-check-container" @click="selectFertType('2')" :class="{'active': FertType == '2'}" style="width: 160rpx;">
|
|
|
<view class="group-check-radius" :class="{'active': FertType == '2'}">
|
|
<view class="group-check-radius" :class="{'active': FertType == '2'}">
|
|
|
<u-icon class="check-icon" name="checkmark" size="24rpx" v-if="FertType == '2'"/>
|
|
<u-icon class="check-icon" name="checkmark" size="24rpx" v-if="FertType == '2'"/>
|
|
|
</view>
|
|
</view>
|
|
@@ -41,7 +41,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<text class="text" :class="FertPidType == '1'?'text-active':''">PID</text>
|
|
<text class="text" :class="FertPidType == '1'?'text-active':''">PID</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="group-check-container" @click="selectFertPidType('2')" :class="{'active': FertPidType == '2'}" style="width: 150rpx;">
|
|
|
|
|
|
|
+ <view class="group-check-container" @click="selectFertPidType('2')" :class="{'active': FertPidType == '2'}" style="width: 160rpx;">
|
|
|
<view class="group-check-radius" :class="{'active': FertPidType == '2'}">
|
|
<view class="group-check-radius" :class="{'active': FertPidType == '2'}">
|
|
|
<u-icon class="check-icon" name="checkmark" size="24rpx" v-if="FertPidType == '2'"/>
|
|
<u-icon class="check-icon" name="checkmark" size="24rpx" v-if="FertPidType == '2'"/>
|
|
|
</view>
|
|
</view>
|
|
@@ -577,11 +577,12 @@ export default {
|
|
|
color: #666;
|
|
color: #666;
|
|
|
border-left-top-radius: 16rpx;
|
|
border-left-top-radius: 16rpx;
|
|
|
border-left-bottom-radius: 16rpx;
|
|
border-left-bottom-radius: 16rpx;
|
|
|
-
|
|
|
|
|
&.active {
|
|
&.active {
|
|
|
- background: #F5F6FA;
|
|
|
|
|
|
|
+ background: #0bbc581a;
|
|
|
color:#0BBC58;
|
|
color:#0BBC58;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
|
|
+ color: #0bbc58;
|
|
|
|
|
+ font-family: "Source Han Sans CN VF";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
&:last-child {
|