Your Name 3 years ago
parent
commit
441ac7c451
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/MarkerMap/index.scss

+ 1 - 2
src/components/MarkerMap/index.scss

@@ -171,7 +171,7 @@
             transform: translateX(-50%);
             padding:10px;
             height:20px;
-            background:blue;
+            background:rgba($color: #000f56, $alpha: 0.7);
             color: white;
             min-width:fit-content;
             width: fit-content;
@@ -181,7 +181,6 @@
         .pointerc:hover{
             cursor: pointer;
         }
-        
         .minemap-popup-tip {
             display: none;
         }