Explorar el Código

优化小地图样式

任一存 hace 2 años
padre
commit
aa0e79c8b3
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/assets/style/public.less

+ 3 - 3
src/assets/style/public.less

@@ -105,10 +105,10 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
 // 小地图 当前位置标志
 // 位置圆圈。默认半径2.69,圆圈粗细1.076
 #ele1 circle {
-  fill: #165491;
-  r: 1;
+  fill: #A10E0C;
+  r: 0.8;
 }
 // 视野
 #ele1 path {
-  fill: #165491;
+  fill: rgba(161, 14, 12, 0.7);
 }