摘要: confirm-type的介绍 confirm-type 在什么时候使用呢? 如果说搜索框的时候,当用户输入完了之后,我们就需要 将confirm-type="search"的值设置为搜索 值 说明 send 右下角按钮为“发送” search 右下角按钮为“搜索” next 右下角按钮为“下一个” 阅读全文
posted @ 2020-10-26 20:32 何人陪我共长生 阅读(2020) 评论(0) 推荐(0)
摘要: <button type="primary">提交</button> <button type="primary" loading="true">Loading</button> <button type="primary" disabled="true">Disabled</button> 这是老 阅读全文
posted @ 2020-10-26 20:00 何人陪我共长生 阅读(497) 评论(0) 推荐(0)