温度设置

This commit is contained in:
仲么了
2023-08-31 14:13:28 +08:00
parent 34b4061053
commit 9999245ebf
3 changed files with 66 additions and 32 deletions

View File

@@ -33,8 +33,8 @@
<view class="item">{{ item.clDid }}</view>
<view class="item">
<!-- <view class="status-point-success mr10"></view>-->
<view style="width: 30rpx"> {{ item.value }}</view>
<view> °C</view>
<view style="width: 30rpx"> {{ item.value || '-'}}</view>
<view v-if="item.value"> °C</view>
</view>
</template>
@@ -72,7 +72,7 @@
<oscillogram></oscillogram>
</view> -->
<view v-else-if="navMenuActive == 3">
<IO :basicData="basicData"></IO>
<IO :IOData="IOData"></IO>
</view>
<view style="height: 20rpx"></view>
</view>
@@ -461,7 +461,7 @@ export default {
color: #111;
width: 110rpx;
font-size: 16rpx;
opacity: 0.8;
.grid-card-content-2,
.grid-card-content-1 {
font-size: 16rpx;
@@ -478,7 +478,7 @@ export default {
bottom: 0;
right: 10rpx;
width: 200rpx;
opacity: 0.8;
.grid-card-content-2,
.grid-card-content-1 {
font-size: 16rpx;