wx-program
sunmeng 2024-08-30 17:37:53 +08:00
parent 1f203104bd
commit 6c3aec7e61
1 changed files with 20 additions and 5 deletions

View File

@ -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;