修改足底压力样式

This commit is contained in:
limengnan 2026-02-09 09:32:23 +08:00
parent e3e294694c
commit 42570d633a

View File

@ -260,17 +260,19 @@
</div>
</div>
<div style="display: flex;justify-content: center; width: 100%;">
<div class="body-footbottom-leftbox" style="width:calc(22% + 2px)">
<div class="body-footbottom-leftbox" style="width:calc(22% + 2px);padding-right: 10px;">
<span class="currencytext1">左足总压力</span>
<span class="currencytext2">
{{ footPressure.left_total}}%
</span>
</div>
<div class="body-footbottom-leftbox" style="width:calc(22% + 2px);margin-left: 20px">
<span class="currencytext1">右足总压力</span>
<div class="body-footbottom-leftbox" style="width:calc(22% + 2px);margin-left: 20px;padding-left: 10px;">
<span class="currencytext2">
{{ footPressure.right_total}}%
</span>
<span class="currencytext1" style="padding-left: 10px;min-width: 80px;">右足总压力</span>
</div>
</div>