diff --git a/examples/sites/demos/apis/input.js b/examples/sites/demos/apis/input.js index 79336c28e..43ff9cd50 100644 --- a/examples/sites/demos/apis/input.js +++ b/examples/sites/demos/apis/input.js @@ -365,8 +365,8 @@ export default { type: "'medium' | 'small' | 'mini'", defaultValue: '', desc: { - 'zh-CN': '输入框尺寸,只在 type 为 "textarea" 时有效', - 'en-US': 'Size of the text box. This parameter is valid only when type!="textarea". ' + 'zh-CN': '输入框尺寸,只在 type 不为 "textarea" 时有效', + 'en-US': 'Input box size, only valid when type is not "textarea"' }, mode: ['pc', 'mobile-first'], pcDemo: 'size',