跳转到内容

Icon

图标

API

IIconProps

参数类型说明默认值
styleReact.CSSPropertiesstyle样式-
urlstringiconfont 外部 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>