修改自定义颜色插件
This commit is contained in:
		| @ -123,7 +123,7 @@ class GroundSvg extends Base { | ||||
|     } | ||||
|     if (this._elms.color) { | ||||
|       this._elms.color.forEach((item, i) => { | ||||
|         let colorPicker = new ewPlugins('colorpicker', { | ||||
|         let colorPicker = new YJColorPicker({ | ||||
|           el: item.el, | ||||
|           size: 'mini',//颜色box类型 | ||||
|           alpha: true,//是否开启透明度 | ||||
| @ -796,7 +796,7 @@ class GroundSvg extends Base { | ||||
|       await this._DialogObject.contentAppChild(contentElm) | ||||
|  | ||||
|       // 颜色组件 | ||||
|       let colorPicker = new ewPlugins('colorpicker', { | ||||
|       let colorPicker = new YJColorPicker({ | ||||
|         el: contentElm.getElementsByClassName("color")[0], | ||||
|         size: 'mini',//颜色box类型 | ||||
|         alpha: true,//是否开启透明度 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user