更新 colorpicker 示例

This commit is contained in:
贤心 2023-04-22 16:13:52 +08:00
parent f358962675
commit 76148cd93a

View File

@ -88,7 +88,7 @@ body{padding:20px;}
colorpicker.render({
elem: '#test3'
,color: 'rgba(0,0,0)'
,color: '#000'
//,alpha: true
//,format: 'rgb' //设置输入显示格式为rgb
});