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

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

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