diff --git a/docs/component/uniui/uni-easyinput.md b/docs/component/uniui/uni-easyinput.md index 35ed27437c50744f6c51b548d2afef0e70f96a5e..802a92047df3b4a8df12a2a19caf844d40e74f67 100644 --- a/docs/component/uniui/uni-easyinput.md +++ b/docs/component/uniui/uni-easyinput.md @@ -133,6 +133,7 @@ easyinput 组件是对原生input组件的增强 ,是专门为配合表单组 |inputBorder|Boolean|-|true|是否显示input输入框的边框| |styles|Object|-|-| 样式自定义| |passwordIcon|Boolean|-| true | type=password 时,是否显示小眼睛图标| +|primaryColor|String|-| #2979ff | 设置清除按钮focus时的颜色 |cursorSpacing|Number|-| 0 | 指定光标与键盘的距离,单位 px 。取 textarea/input 距离底部的距离和 cursor-spacing 指定的距离的最小值作为光标与键盘的距离。详见[textarea](https://uniapp.dcloud.net.cn/component/textarea.html)/[input](https://uniapp.dcloud.net.cn/component/input.html)|