修改生成报告身体姿态高度
This commit is contained in:
parent
6ff9e0c8ca
commit
61a43a2800
@ -67,7 +67,7 @@
|
||||
<img :src="BACKEND_URL+'/' + rawData.screen_image" alt="" srcset="" style="width: 100%;height: 100%;">
|
||||
</div>
|
||||
<div class="generateReport-content-title">身体姿态</div>
|
||||
<div style="width: 100%; height: 500px; display: flex;justify-content: center;">
|
||||
<div style="width: 100%; height: 610px; display: flex;justify-content: center;">
|
||||
<img v-if="rawData.body_image !=null" :src="BACKEND_URL+'/' + rawData.body_image" alt="" srcset="" style="width: 100%;height: 100%;
|
||||
object-fit:contain; ">
|
||||
<img v-else src="@/assets/archive/noimg.png" alt="" srcset=""
|
||||
@ -144,7 +144,7 @@
|
||||
<img :src="BACKEND_URL+'/' + calibrationData.screen_image" alt="" srcset="" style="width: 100%;height: 100%;">
|
||||
</div>
|
||||
<div class="generateReport-content-title">身体姿态</div>
|
||||
<div style="width: 100%;height: 454px; display: flex;justify-content: center;">
|
||||
<div style="width: 100%;height: 610px; display: flex;justify-content: center;">
|
||||
<img v-if="calibrationData.body_image!=null" :src="BACKEND_URL+'/' + calibrationData.body_image" alt="" srcset="" style="width: 100%;height: 100%;
|
||||
object-fit:contain; ">
|
||||
<img v-else src="@/assets/archive/noimg.png" alt="" srcset=""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user