From 97525f2412098fcf6c8f8396602f22b227ce4869 Mon Sep 17 00:00:00 2001 From: anne-lxm <1076217653@qq.com> Date: Thu, 14 Apr 2022 11:48:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=B9=B3=E5=8F=B0=E5=B7=AE?= =?UTF-8?q?=E5=BC=82=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/input.md b/docs/component/input.md index a57c2e569..5146b3021 100644 --- a/docs/component/input.md +++ b/docs/component/input.md @@ -12,7 +12,7 @@ |password|Boolean|false|是否是密码类型|H5和App写此属性时,type失效| |placeholder|String||输入框为空时占位符|| |placeholder-style|String||指定 placeholder 的样式|| -|placeholder-class|String|"input-placeholder"|指定 placeholder 的样式类,注意页面或组件的style中写了scoped时,需要在类名前写/deep/|| +|placeholder-class|String|"input-placeholder"|指定 placeholder 的样式类,注意页面或组件的style中写了scoped时,需要在类名前写/deep/|字节跳动小程序、飞书小程序、快手小程序不支持| |disabled|Boolean|false|是否禁用|| |maxlength|Number|140|最大输入长度,设置为 -1 的时候不限制最大长度|| |cursor-spacing|Number|0|指定光标与键盘的距离,单位 px 。取 input 距离底部的距离和 cursor-spacing 指定的距离的最小值作为光标与键盘的距离|App、微信小程序、百度小程序、QQ小程序、京东小程序| -- GitLab