足部压力修改
This commit is contained in:
parent
1ea823fe71
commit
8ff04936da
@ -192,19 +192,19 @@
|
||||
<div style="width:100%;height: 50px;"></div>
|
||||
<div class="body-footbottom-leftbottom">
|
||||
<div class="body-footbottom-leftbox">
|
||||
<span class="currencytext1">左前足:</span>
|
||||
<span class="currencytext1">左前足</span>
|
||||
<span class="currencytext2">
|
||||
{{ footPressure.left_front }}%
|
||||
</span>
|
||||
</div>
|
||||
<div class="body-footbottom-leftbox">
|
||||
<span class="currencytext1">左后足:</span>
|
||||
<span class="currencytext1">左后足</span>
|
||||
<span class="currencytext2">
|
||||
{{ footPressure.left_rear }}%
|
||||
</span>
|
||||
</div>
|
||||
<div class="body-footbottom-leftbox">
|
||||
<span class="currencytext1">左足总压力:</span>
|
||||
<span class="currencytext1">左足总压力</span>
|
||||
<span class="currencytext2">
|
||||
{{ footPressure.left_total}}%
|
||||
</span>
|
||||
@ -213,8 +213,8 @@
|
||||
</div>
|
||||
<div class="body-footbottom-center">
|
||||
<div class="body-footbottom-topbox">
|
||||
<div class="currencytext1">左足</div>
|
||||
<div class="currencytext1">右足</div>
|
||||
<div class="currencytext1" style="font-size:22px;text-align:center;">左足</div>
|
||||
<div class="currencytext1" style="font-size:22px;text-align:center;">右足</div>
|
||||
</div>
|
||||
<div style="position: relative;width: 100%;height:calc(100% - 60px) ;"
|
||||
:class="(pressureStatus === '已连接' && footImgSrc)?'':'noImageSvg-bg'">
|
||||
@ -232,19 +232,19 @@
|
||||
<div style="width:100%;height: 50px;"></div>
|
||||
<div class="body-footbottom-leftbottom">
|
||||
<div class="body-footbottom-leftbox">
|
||||
<span class="currencytext1">右前足:</span>
|
||||
<span class="currencytext1">右前足</span>
|
||||
<span class="currencytext2">
|
||||
{{ footPressure.right_front }}%
|
||||
</span>
|
||||
</div>
|
||||
<div class="body-footbottom-leftbox">
|
||||
<span class="currencytext1">右后足:</span>
|
||||
<span class="currencytext1">右后足</span>
|
||||
<span class="currencytext2">
|
||||
{{ footPressure.right_rear }}%
|
||||
</span>
|
||||
</div>
|
||||
<div class="body-footbottom-leftbox">
|
||||
<span class="currencytext1">右足总压力:</span>
|
||||
<span class="currencytext1">右足总压力</span>
|
||||
<span class="currencytext2">
|
||||
{{ footPressure.right_total}}%
|
||||
</span>
|
||||
@ -2829,7 +2829,7 @@ function viewClick(e){
|
||||
width: 28%;
|
||||
height: calc(100%);
|
||||
display: flex;
|
||||
align-content: flex-start;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
@ -2877,8 +2877,9 @@ function viewClick(e){
|
||||
left: 50%;
|
||||
}
|
||||
.body-footbottom-leftbottom{
|
||||
width: 100;
|
||||
width: 100%;
|
||||
height: calc(100% - 60px);
|
||||
/* height: 281px; */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user