修改单车监控

master
夜笙歌 1 year ago
parent b18c67ccd2
commit 35bde96bfa

@ -8,6 +8,18 @@
</el-card>
<h2>{{ t('web.RealTimePosition') }}</h2>
<div id="container" class="container1"></div>
<div style="display: inline-block">
<div style="display: inline-block;width: 12px;height: 12px;background-color: rgb(248,213,104);margin: 0 6px"></div>
<span>高温</span>
</div>
<div style="display: inline-block">
<div style="display: inline-block;width: 12px;height: 12px;background-color: rgb(136, 8, 8);margin: 0 6px"></div>
<span>高压</span>
</div>
<div style="display: inline-block">
<div style="display: inline-block;width: 12px;height: 12px;background-color: rgb(170, 255, 0);margin: 0 6px"></div>
<span>低压</span>
</div>
<!-- <div style="width: 25%;text-align: center;margin-top: 14px">-->
<!-- <img height="70" src="@/assets/images/tyre.png" style="" width="70"/>-->
<!-- <div style="width: 100%;font-size: 12px;white-space:nowrap">轮胎详情</div>-->

Loading…
Cancel
Save