浏览代码

小地图样式优化

任一存 2 年之前
父节点
当前提交
ff649cebac
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/assets/style/public.less

+ 6 - 1
src/assets/style/public.less

@@ -83,6 +83,11 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
   border-radius: 10px;
   z-index: 999;
   background: rgba(0, 0, 0, 0.37) !important;
+  svg {
+    path {
+      stroke-width: 1;
+    }
+  }
 }
 
 .mobile {
@@ -106,5 +111,5 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
 }
 // 视野
 #ele1 path {
-  fill: rgba(117, 31, 17, 0.61);
+  fill: rgba(117, 31, 17, 0.8);
 }