
ant design
、昔年
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
react ant-sesign使用阿里巴巴iconfont方法
xxx.js为文件iconfont下载的iconfont文件import { createFromIconfontCN } from '@ant-design/icons';interface iconfontProps { type: string; style?: object; className?: string; onClick?: any; [key: string]: any;}const IconFont = createFromIconfontCN({ .原创 2021-11-30 22:25:49 · 821 阅读 · 0 评论 -
ant design-form表单的自定义校验validator
在form表单的使用中,我们经常是使用rules属性进行简单输入文本验证,常见的使用模式如下:rules={[{ required: true, message: ‘’ }<Form name="basic" ref={ref} labelCol={{ span: 4, }} wrapperCol={{ span: 16, }} > <Form.Item label="password" .原创 2021-11-21 11:33:14 · 9765 阅读 · 0 评论