mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
更新 colorpicker 示例
This commit is contained in:
parent
f358962675
commit
76148cd93a
@ -88,7 +88,7 @@ body{padding:20px;}
|
|||||||
|
|
||||||
colorpicker.render({
|
colorpicker.render({
|
||||||
elem: '#test3'
|
elem: '#test3'
|
||||||
,color: 'rgba(0,0,0)'
|
,color: '#000'
|
||||||
//,alpha: true
|
//,alpha: true
|
||||||
//,format: 'rgb' //设置输入显示格式为rgb
|
//,format: 'rgb' //设置输入显示格式为rgb
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user