docs(Field): add desktop scenerio tip

This commit is contained in:
陈嘉涵 2020-02-16 10:41:17 +08:00
parent 7d010664cb
commit 0888f9497f
2 changed files with 6 additions and 1 deletions

View File

@ -295,3 +295,9 @@ export default {
| left-icon | 自定义输入框头部图标 | | left-icon | 自定义输入框头部图标 |
| right-icon | 自定义输入框尾部图标 | | right-icon | 自定义输入框尾部图标 |
| button | 自定义输入框尾部按钮 | | button | 自定义输入框尾部按钮 |
## 常见问题
### 在桌面端点击清除按钮无效?
参见[在桌面端使用](#/zh-CN/quickstart#zai-zhuo-mian-duan-shi-yong)。

View File

@ -153,7 +153,6 @@ export default {
| close-icon `v2.5.0` | 关闭图标名称或图片链接 | *string* | `clear` | | close-icon `v2.5.0` | 关闭图标名称或图片链接 | *string* | `clear` |
| close-icon-position `v2.5.0` | 关闭图标位置,可选值为`top-left`<br>`bottom-left` `bottom-right` | *string* | `top-right` | | close-icon-position `v2.5.0` | 关闭图标位置,可选值为`top-left`<br>`bottom-left` `bottom-right` | *string* | `top-right` |
### Events ### Events
通过组件调用 `ImagePreview` 时,支持以下事件: 通过组件调用 `ImagePreview` 时,支持以下事件: