Skip to content
On this page

Result 结果

使用规范

  • 用于反馈一系列操作任务的处理结果,如果仅是简单操作,使用全局提示反馈即可;
  • 文字描述中可以展示简单的补充说明,如果有类似展示“单据”的需求,底部中区域可以呈现比较复杂的内容;
  • 载体可以放在对话框中,也可在独立的页面中呈现。

API

Props

参数说明类型默认值可选值
status结果的状态,决定图标和颜色stringinfosuccess | error | info | warning | 404
titletitle 文字string--
desc说明文字string--
btn-text按钮文字,如果存在则出现一个按钮string--

Slots

插槽名称说明
icon自定义 icon
extra操作区

Released under the MIT License.