Skip to content

Commit 843a125

Browse files
committed
【杨琨】【颜色修改】
1 parent 36ed1e4 commit 843a125

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/service/3DPlot/Primitive/BasePlotPrimitive.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,8 @@ class BasePlotPrimitive {
375375
* @param value {Any} 样式值
376376
* @param nodeIds {String} 图元部件ID字符串,可传入多个id,以逗号分隔,当id有多个时,可统一修改多个部件的样式,
377377
* 若找不到id则不做改变
378-
* @return {*}
379378
*/
380379
setStyle(key, value, nodeIds) {
381-
console.log("this._elem",this._elem)
382380
this.setValue(key, value, nodeIds);
383381
}
384382
}

0 commit comments

Comments
 (0)