Commit 3ccecdbb authored by wanghao's avatar wanghao

1 地图管道显示优化

parent 0f3d440b
...@@ -1125,7 +1125,7 @@ export class EditorMap { ...@@ -1125,7 +1125,7 @@ export class EditorMap {
const pipe = this.createPipeLine({ const pipe = this.createPipeLine({
id:id, id:id,
path: eval(path), path: eval(path),
strokeWeight: objData.strokeWeight || 4, strokeWeight: objData.strokeWeight || 2,
strokeColor: color, strokeColor: color,
extData: objData, extData: objData,
cursor: "pointer", cursor: "pointer",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment