mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 16:43:14 +08:00
更正 colorpicker 文档说明
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<td>alpha</td>
|
||||
<td>
|
||||
|
||||
是否开启透明度。当同时开启 `format: 'rga'` 时,`color` 值将采用 `rgba` 格式。
|
||||
是否开启透明度。当同时开启 `format: 'rgb'` 时,`color` 值将采用 `rgba` 格式。
|
||||
|
||||
</td>
|
||||
<td>boolean</td>
|
||||
@@ -174,4 +174,4 @@ close: function(value){
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -59,4 +59,4 @@ layui.use(function(){
|
||||
|
||||
## 兼容性
|
||||
|
||||
> colorpicker 组件支持 `Chrome,Edge,Firefox` 等所有高级浏览器,不支持 IE10 低版本浏览器。
|
||||
> colorpicker 组件支持 `Chrome,Edge,Firefox` 等所有高级浏览器,不支持 IE10 低版本浏览器。
|
||||
|
||||
Reference in New Issue
Block a user