| | |
| | | <div class="unit">AH</div> |
| | | </div> |
| | | </div> |
| | | <div class="border border-center"> |
| | | <div class="i label"> |
| | | 电芯压差 |
| | | </div> |
| | | <div class="value"> |
| | | {{ rtDatas.devStates.diffBatteryVoltage }} mV |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="item-big curr"> |
| | | {{ toFixed(rtDatas.devStates.testCurrent, CURR_YT) }} |
| | |
| | | &.border2 { |
| | | grid-column: 4 e("/") 5; |
| | | } |
| | | &.border-center { |
| | | grid-column: 3 e("/") 4; |
| | | width: 9em; |
| | | } |
| | | .i { |
| | | margin-top: 0.2em; |
| | | &.label { |
| | | font-size: 16px; |
| | | } |
| | | } |
| | | } |
| | | .center { |
| | |
| | | justify-content: center; |
| | | align-items: center; |
| | | place-self: stretch; |
| | | grid-area: 1 e("/") 3 e("/") 6 e("/") 4; |
| | | grid-area: 1 e("/") 3 e("/") 5 e("/") 4; |
| | | .i { |
| | | height: 150px; |
| | | width: 100%; |