瀏覽代碼

调整小地图样式

任一存 2 年之前
父節點
當前提交
547fe1cb53
共有 1 個文件被更改,包括 8 次插入3 次删除
  1. 8 3
      src/assets/style/public.less

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

@@ -1,5 +1,3 @@
-
-
 *{
   font-family: 'SY-medium';
 }
@@ -102,9 +100,16 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
 // 位置圆圈。默认半径2.69,圆圈粗细1.076
 #ele1 circle {
   fill: #165491;
-  r: 2;
+  r: 1;
 }
 // 视野
 #ele1 path {
   fill: #165491;
+}
+
+// 用于调整小地图墙壁粗细
+body {
+  path {
+    stroke-width: 0.5;
+  }
 }