Icon
图标
API
IIconProps
| 参数 | 类型 | 说明 | 默认值 |
|---|---|---|---|
| style | React.CSSProperties | style样式 | - |
| url | string | iconfont 外部 js 资源 | - |
用法
<View title="Image" version="2"> <Form model="trantor_doc_Person" title="编辑态"> <Fields> <Field name="image"> <RenderType> <Icon url="http://xxx" style="#{{color: red}}" /> </RenderType> </Field> </Fields> </Form></View>