index.zh-CN.md 522 Bytes
Newer Older
偏右's avatar
偏右 committed
1
---
2
title: NumberInfo
偏右's avatar
偏右 committed
3 4
subtitle: 数据文本
cols: 1
nikogu's avatar
nikogu committed
5
order: 10
偏右's avatar
偏右 committed
6 7 8 9 10 11 12 13 14 15 16
---

常用在数据卡片中,用于突出展示某个业务数据。

## API

参数 | 说明 | 类型 | 默认值
----|------|-----|------
title | 标题 | ReactNode\|string | -
subTitle | 子标题 | ReactNode\|string | -
total | 总量 | ReactNode\|string | -
陈帅's avatar
陈帅 committed
17
subTotal | 子总量 | ReactNode\|string | -
18
status | 增加状态 | 'up \| down' | -
偏右's avatar
偏右 committed
19
theme | 状态样式 | string | 'light'
20
gap | 设置数字和描述之间的间距(像素)| number | 8