修改样式
This commit is contained in:
@ -62,7 +62,7 @@ class CurvelineObject extends Base {
|
||||
options['extend-width'] || options['extend-width'] === 0
|
||||
? options['extend-width']
|
||||
: 10
|
||||
this.options['extend-color'] = options['extend-color'] || 'rgba(255,222,0,0.3)'
|
||||
this.options['extend-color'] = options['extend-color'] || 'rgba(255,255,80,0.3)'
|
||||
this.options.show =
|
||||
options.show || options.show === false ? options.show : true
|
||||
this.options.heightMode = (options.heightMode || options.heightMode == 0) ? options.heightMode : 2
|
||||
|
Reference in New Issue
Block a user