wx-program
parent
1f203104bd
commit
6c3aec7e61
|
@ -64,8 +64,13 @@
|
|||
// title: '灌溉瞬时流量',
|
||||
// timer: '0L/h'
|
||||
// }, -->
|
||||
<image src="../../static/icon_2.png" mode=""></image>
|
||||
<text>灌溉瞬时流量{{inputData['3010']}}L/h</text>
|
||||
<view class="">
|
||||
<image src="../../static/icon_2.png" mode=""></image>
|
||||
<text>灌溉瞬时流量</text>
|
||||
</view>
|
||||
<view class="">
|
||||
{{inputData['3010']}}L/h
|
||||
</view>
|
||||
</view>
|
||||
<view class="btn-1" :class="inputData['3012'] ? 'in' : 'out'">
|
||||
<image v-if="inputData['3012']" src="../../static/in-sel.png"
|
||||
|
@ -1138,9 +1143,9 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
>image {
|
||||
width: 48rpx;
|
||||
height:48rpx;
|
||||
image {
|
||||
width: 60rpx;
|
||||
height:60rpx;
|
||||
}
|
||||
text{
|
||||
font-size: 24rpx;
|
||||
|
@ -1148,6 +1153,15 @@
|
|||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
view{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 24rpx;
|
||||
font-family: PingFang SC;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
.btn-1 {
|
||||
>image {
|
||||
|
@ -1390,6 +1404,7 @@
|
|||
.soil-flex{
|
||||
// max-height: 700rpx;
|
||||
// overflow-y: auto;
|
||||
margin-top: 20rpx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Reference in New Issue