|
@@ -12,8 +12,8 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div style="display:flex;align-items: center;justify-content: space-around;width: 100%;height: 90%;">
|
|
|
|
- <div style="float: left; margin-left: 0.1rem;position: relative">
|
|
|
|
|
|
+ <div style="display:flex; align-items: center;justify-content: center;width: 100%;height: 90%;">
|
|
|
|
+ <div style="float: left;position: relative">
|
|
<img src="@/assets/image/warehouse1.png" style="height: 124px;margin-top: 0.3rem" v-if="0<=(dashboarddata.proTwo) && (dashboarddata.proTwo)<20">
|
|
<img src="@/assets/image/warehouse1.png" style="height: 124px;margin-top: 0.3rem" v-if="0<=(dashboarddata.proTwo) && (dashboarddata.proTwo)<20">
|
|
<img src="@/assets/image/warehouse2.png" style="height: 124px;margin-top: 0.3rem" v-if="20<=(dashboarddata.proTwo) && (dashboarddata.proTwo)<40">
|
|
<img src="@/assets/image/warehouse2.png" style="height: 124px;margin-top: 0.3rem" v-if="20<=(dashboarddata.proTwo) && (dashboarddata.proTwo)<40">
|
|
<img src="@/assets/image/warehouse3.png" style="height: 124px;margin-top: 0.3rem" v-if="40<=(dashboarddata.proTwo) && (dashboarddata.proTwo)<60">
|
|
<img src="@/assets/image/warehouse3.png" style="height: 124px;margin-top: 0.3rem" v-if="40<=(dashboarddata.proTwo) && (dashboarddata.proTwo)<60">
|
|
@@ -22,7 +22,7 @@
|
|
<div class="ModelFont" style="margin-left: 55px;margin-top: 7px">{{ dashboarddata.proTwo }}%</div>
|
|
<div class="ModelFont" style="margin-left: 55px;margin-top: 7px">{{ dashboarddata.proTwo }}%</div>
|
|
<span class="modelTop pos1">STT1520</span>
|
|
<span class="modelTop pos1">STT1520</span>
|
|
</div>
|
|
</div>
|
|
- <div style="float: left; margin-left: 0.1rem;position: relative">
|
|
|
|
|
|
+ <div style="float: left; margin-left: 10%;position: relative">
|
|
<div style="text-align: center">
|
|
<div style="text-align: center">
|
|
<img src="@/assets/image/warehouse1.png" style="height:80px" v-if="0<=(dashboarddata.proOne) && (dashboarddata.proOne)<20">
|
|
<img src="@/assets/image/warehouse1.png" style="height:80px" v-if="0<=(dashboarddata.proOne) && (dashboarddata.proOne)<20">
|
|
<img src="@/assets/image/warehouse2.png" style="height:80px" v-if="20<=(dashboarddata.proOne) && (dashboarddata.proOne)<40">
|
|
<img src="@/assets/image/warehouse2.png" style="height:80px" v-if="20<=(dashboarddata.proOne) && (dashboarddata.proOne)<40">
|