Browse Source

修改样式

Caner 2 years ago
parent
commit
9c76defe55
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/map.vue

+ 2 - 2
src/components/map.vue

@@ -282,10 +282,10 @@ watch(() => props.Item.key, (v) => {
   mask-image: radial-gradient(circle at center, #030E25 70%, transparent 76%);
   mask-image: radial-gradient(circle at center, #030E25 70%, transparent 76%);
 
 
   &-menus {
   &-menus {
-    width: 180px;
+    min-width: 180px;
     position: absolute;
     position: absolute;
     bottom: 240px;
     bottom: 240px;
-    right: 240px;
+    right: 300px;
     z-index: 3;
     z-index: 3;
     border-top-left-radius: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     border-top-right-radius: 5px;