README
介绍
基于 ISV 开发中心项目需求开发的页头组件
props
| 名称 | 是否必填 | 默认值 | 格式 | 描述 |
|---|---|---|---|---|
| iconClass | N | '' | 'isv-icon-14' | 图标的类,可以从 @beisen/isv-style 和 @beisen/nade-style 中查找对应的类名 |
| title | N | '' | '我是标题' | 标题 |
| tag | N | undefined | { text: '处理中', color: '#FAAF00' } | 标签 |
| operations | N | undefined | React element | 操作按钮 |