🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

821 B

category type title subtitle cover
Components 反馈 Result 结果 https://gw.alipayobjects.com/zos/alicdn/9nepwjaLa/Result.svg

用于反馈一系列操作任务的处理结果。

何时使用

当有重要操作需告知用户处理结果,且反馈内容较为复杂时使用。

API

参数 说明 类型 默认值
extra 操作区 slot -
icon 自定义 icon slot -
status 结果的状态,决定图标和颜色 success | error | info | warning | 404 | 403 | 500 'info'
subTitle subTitle 文字 string | VNode | slot -
title title 文字 string | VNode | slot -