Browse Source

增加单位描述

master
王梦远 3 weeks ago
parent
commit
355ae06bc0
  1. 6
      src/views/debug/index.vue

6
src/views/debug/index.vue

@ -98,11 +98,11 @@ const onBottomState = () => {}
</div> </div>
<div class="env-content-p"> <div class="env-content-p">
<span>湿度</span> <span>湿度</span>
<span class="debug-text">{{ roundNumber(item.rh, 2) }}</span>
<span class="debug-text">{{ roundNumber(item.rh, 2) }}</span>%RH
</div> </div>
<div class="env-content-p"> <div class="env-content-p">
<span>H202浓度</span> <span>H202浓度</span>
<span class="debug-text">{{ roundNumber(item.h2o2, 2) }}</span>PPM
<span class="debug-text">{{ roundNumber(item.h2o2, 2) }}</span>ppm
</div> </div>
</div> </div>
</div> </div>
@ -308,7 +308,7 @@ const onBottomState = () => {}
height: 10vh; height: 10vh;
} }
.debug-bw{ .debug-bw{
width: 8vw;
width: 13vw;
} }
.debug-label{ .debug-label{
width: 13vw; width: 13vw;

Loading…
Cancel
Save