Commit 6fe1ecfd authored by 车宾's avatar 车宾

feat(AVI工作区):样式统一

parent 61808aa1
......@@ -535,7 +535,7 @@
</div>
<!-- 实时车辆 -->
<div class="onlineNum">
<p>总量 <span>{{ this.onlineNum? this.onlineNum : '0' }}</span></p>
<p>总量 <span>{{ this.onlineNum !== null ? this.onlineNum : '0' }}</span></p>
</div>
<Tooltip
ref="toolRef"
......@@ -673,8 +673,6 @@ export default {
.onlineNum {
position: absolute;
color: #ffffff;
z-index: 999;
right: 300px;
top: 50px;
color: #00b4ff;
......@@ -769,7 +767,7 @@ export default {
.paint-row-13-3,
.paint-row-13-5 {
position: absolute;
width: 100px;
width: 105px;
height: 40px;
cursor: pointer;
background: url("../../../assets/images/Monitor/monitor_car.png")
......
......@@ -435,7 +435,7 @@
</div>
<!-- 实时车辆 -->
<div class="onlineNum">
<p>总量 <span>{{ this.onlineNum? this.onlineNum : '0' }}</span></p>
<p>总量 <span>{{ this.onlineNum !== null ? this.onlineNum : '0' }}</span></p>
</div>
<Tooltip
ref="toolRef"
......@@ -567,8 +567,6 @@ export default {
background: rgba(0, 7, 12, 1);
.onlineNum {
position: absolute;
color: #ffffff;
z-index: 999;
right: 300px;
top: 50px;
color: #00b4ff;
......@@ -639,7 +637,7 @@ export default {
.elect-row-13-4,
.elect-row-13-5 {
position: absolute;
width: 100px;
width: 105px;
height: 40px;
cursor: pointer;
background: url("../../../assets/images/Monitor/monitor_car.png")
......
......@@ -137,7 +137,7 @@
</div>
<!-- 实时车辆 -->
<div class="onlineNum">
<p>总量 <span>{{ this.onlineNum? this.onlineNum : '0' }}</span></p>
<p>总量 <span>{{ this.onlineNum !== null ? this.onlineNum : '0' }}</span></p>
</div>
<Tooltip
ref="toolRef"
......@@ -265,8 +265,6 @@ export default {
background: rgba(0, 7, 12, 1);
.onlineNum {
position: absolute;
color: #ffffff;
z-index: 999;
right: 300px;
top: 50px;
color: #00b4ff;
......
......@@ -181,9 +181,9 @@
<p>{{query['HDG5-20'].busNo}}</p>
</div>
<!-- 实时车辆 -->
<div class="onlineNum">
<p>总量 <span>{{ this.onlineNum? this.onlineNum : '0' }}</span></p>
</div>
</div>
<div class="onlineNum">
<p>总量 <span>{{ this.onlineNum !== null ? this.onlineNum : '0' }}</span></p>
</div>
<Tooltip
ref="toolRef"
......@@ -313,8 +313,6 @@ export default {
background: rgba(0, 7, 12, 1);
.onlineNum {
position: absolute;
color: #ffffff;
z-index: 999;
right: 300px;
top: 50px;
color: #00b4ff;
......@@ -355,7 +353,7 @@ export default {
.coat-row-4-4,
.coat-row-4-5 {
position: absolute;
width: 100px;
width: 105px;
height: 50px;
cursor: pointer;
background: url("../../../assets/images/Monitor/monitor_car.png")
......
......@@ -204,7 +204,7 @@
</div>
<!-- 实时车辆 -->
<div class="onlineNum">
<p>总量 <span>{{ this.onlineNum? this.onlineNum : '0' }}</span></p>
<p>总量 <span>{{ this.onlineNum !== null ? this.onlineNum : '0' }}</span></p>
</div>
<!-- 信息展示弹窗 -->
<Tooltip
......@@ -330,8 +330,6 @@ export default {
background: rgba(0, 7, 12, 1);
.onlineNum {
position: absolute;
color: #ffffff;
z-index: 999;
right: 300px;
top: 50px;
color: #00b4ff;
......
......@@ -292,7 +292,7 @@
</div>
<!-- 实时车辆 -->
<div class="onlineNum">
<p>总量 <span>{{ this.onlineNum? this.onlineNum : '0' }}</span></p>
<p>总量 <span>{{ this.onlineNum !== null ? this.onlineNum : '0' }}</span></p>
</div>
<!-- 详细信息展示组件 -->
<Tooltip
......@@ -406,8 +406,6 @@ export default {
position: relative;
.onlineNum {
position: absolute;
color: #ffffff;
z-index: 999;
right: 300px;
top: 50px;
color: #00b4ff;
......
......@@ -285,7 +285,7 @@
</div>
<!-- 实时车辆 -->
<div class="onlineNum">
<p>总量 <span>{{ this.onlineNum? this.onlineNum : '0' }}</span></p>
<p>总量 <span>{{ this.onlineNum !== null ? this.onlineNum : '0' }}</span></p>
</div>
<!-- 信息展示弹窗 -->
<Tooltip
......@@ -419,8 +419,6 @@ export default {
background: rgba(0, 7, 12, 1);
.onlineNum {
position: absolute;
color: #ffffff;
z-index: 999;
right: 300px;
top: 50px;
color: #00b4ff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment