# 帮助/help

字段:help
值类型有:

  • string: 提示的内容,支持html;会直接调用系统默认的help组件;支持动态解析
  • object: 一个对象,见组件格式

# 实例:写法/位置

# 组件详解

属性名 说明 类型 可选值 默认值
hidden 控制组件是否隐藏, 支持动态解析 boolean -- false
其它 组件格式一样 -- -- --

# 系统帮助组件属性详解

也就是help.props, 支持动态解析

属性名 说明 类型 可选值 默认值
content tooltip提示的内容,支持html string -- ""
maxWidth tooltip提示框的最大宽度 number -- 300
href 是否有超链接 string -- ""
placement tooltip的方向 -- top right bottom left "top"