修改样式

This commit is contained in:
zh
2025-08-06 14:19:09 +08:00
parent 76f4b707a6
commit 7a00e78145
5 changed files with 11 additions and 6 deletions

View File

@ -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