From ddf90f296adad975b58e56214b1cca4d40093333 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期一, 04 一月 2021 17:27:14 +0800
Subject: [PATCH] 面板样式bug

---
 src/components/panel/MonitorPanel.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/components/panel/MonitorPanel.vue b/src/components/panel/MonitorPanel.vue
index 4edc293..99a2549 100644
--- a/src/components/panel/MonitorPanel.vue
+++ b/src/components/panel/MonitorPanel.vue
@@ -462,12 +462,12 @@
                 width: 16px;
                 height: 22px;
                 display: block;
-                background: url('/assets/images/map-page/icon/icon.png') no-repeat 0 -90px;
+                background: url('/assets/images/map-pages/icon/icon.png') no-repeat 0 -90px;
                 cursor: pointer;
             }
 
             .B-TMD-table-list-title-y-car {
-                background: url('/assets/images/map-page/icon/icon.png') no-repeat -45px 0;
+                background: url('/assets/images/map-pages/icon/icon.png') no-repeat -45px 0;
                 width: 38px;
                 height: 38px;
                 display: block;
@@ -475,7 +475,7 @@
             }
 
             .B-TMD-table-list-title-y-car-offline {
-                background: url('/assets/images/map-page/icon/icon.png') no-repeat -90px 0;
+                background: url('/assets/images/map-pages/icon/icon.png') no-repeat -90px 0;
                 width: 38px;
                 height: 38px;
                 display: block;
@@ -483,7 +483,7 @@
             }
 
             .B-TMD-table-list-title-y-car-warning {
-                background: url('/assets/images/map-page/icon/icon.png') no-repeat 0 0;
+                background: url('/assets/images/map-pages/icon/icon.png') no-repeat 0 0;
                 width: 38px;
                 height: 38px;
                 display: block;
@@ -493,7 +493,7 @@
             .btn-stretch {
                 width: 20px;
                 height: 28px;
-                background: url('/assets/images/map-page/icon/icon.png') no-repeat -408px 0;
+                background: url('/assets/images/map-pages/icon/icon.png') no-repeat -408px 0;
                 margin-left: 10px;
                 margin-top: 3px;
                 cursor: pointer;
@@ -504,7 +504,7 @@
             }
 
             .btn-stretch-active {
-                background: url('/assets/images/map-page/icon/icon.png') no-repeat -440px 0;
+                background: url('/assets/images/map-pages/icon/icon.png') no-repeat -440px 0;
             }
 
             .panel-tab {
@@ -515,7 +515,7 @@
                 width: 40px;
                 z-index: 500;
                 background-color: #030D2E;
-                background: url('/assets/images/map-page/icon/caidan.png') no-repeat;
+                background: url('/assets/images/map-pages/icon/caidan.png') no-repeat;
             }
 
             .B-TMT-tab-div {
@@ -535,7 +535,7 @@
                 height: 29px !important;
                 margin-top: 0 !important;
                 margin-left: 0 !important;
-                background: url('/assets/images/map-page/icon/icon.png') no-repeat -320px 0;
+                background: url('/assets/images/map-pages/icon/icon.png') no-repeat -320px 0;
             }
 
             .B-TMT-tab-route {
@@ -543,7 +543,7 @@
                 height: 19px;
                 margin-left: 5px;
                 margin-top: 6px;
-                background: url('/assets/images/map-page/icon/icon.png') no-repeat -169px 0;
+                background: url('/assets/images/map-pages/icon/icon.png') no-repeat -169px 0;
             }
 
             .B-TMT-tab-waybill-isActive, .B-TMT-tab-waybill:hover {
@@ -551,7 +551,7 @@
                 height: 29px !important;
                 margin-top: 0 !important;
                 margin-left: -1px !important;
-                background: url('/assets/images/map-page/icon/icon.png') no-repeat -361px 0 !important;
+                background: url('/assets/images/map-pages/icon/icon.png') no-repeat -361px 0 !important;
             }
 
             .B-TMT-tab-route-isActive, .B-TMT-tab-route:hover {
@@ -559,7 +559,7 @@
                 height: 29px !important;
                 margin-top: 0 !important;
                 margin-left: -1px !important;
-                background: url('/assets/images/map-page/icon/icon.png') no-repeat -197px 0 !important;
+                background: url('/assets/images/map-pages/icon/icon.png') no-repeat -197px 0 !important;
             }
 
             .panel-tab ul {

--
Gitblit v1.8.0