zy 2 anni fa
parent
commit
8646b5f23c

+ 1 - 1
neim-ui/src/views/largeScreenPage/components/bigeHeatMap.vue

@@ -601,7 +601,7 @@ export default {
 .my_tooltip {
   color: #0085d4  !important;
   background: transparent  !important;
-  border: none;
+  border: none !important;
   /*font-size: 18px;*/
 }
 

+ 1 - 1
neim-ui/src/views/largeScreenPage/components/bigeHeatSunMap.vue

@@ -592,7 +592,7 @@ export default {
 .my_tooltip{
   color: #0085d4 !important;
   background: transparent !important;
-  border: none;
+  border: none !important;
   /*font-size: 18px;*/
 }
 .my_tooltip::before{

+ 1 - 2
neim-ui/src/views/largeScreenPage/components/bigeMap.vue

@@ -364,7 +364,6 @@ export default {
                   _self.$store.dispatch('equipmentInfo/emailWindTowerInfo', JSON.stringify(project))
                   _self.$router.push({path: "/homepage/emailResourcesInfo"})
                 } else {
-                  alert()
                   let station = {stationId: id, equipmentNo: item.towerNo}
                   sessionStorage.setItem("realWindTowerInfo", JSON.stringify(station))
                   _self.$store.dispatch('equipmentInfo/realWindTowerInfo', JSON.stringify(station))
@@ -552,7 +551,7 @@ export default {
 .my_default_tooltip {
   color: transparent !important;
   background: transparent !important;
-  border: none;
+  border: none !important;
   /*font-size: 18px;*/
 }
 

+ 3 - 3
neim-ui/src/views/largeScreenPage/components/zaiXianBigeMap.vue

@@ -514,9 +514,9 @@ export default {
 }
 
 .my_default_tooltip{
-  color: transparent;
-  background: transparent;
-  border: none;
+  color: transparent !important;
+  background: transparent !important;
+  border: none !important;
   /*font-size: 18px;*/
 }
 .my_default_tooltip::before{