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.
29 lines
420 B
29 lines
420 B
<docs>
|
|
---
|
|
order: 0
|
|
title:
|
|
zh-CN: 基本用法
|
|
en-US: Basic usage
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
简单展示
|
|
|
|
## en-US
|
|
|
|
Simplest Usage.
|
|
|
|
</docs>
|
|
|
|
<template>
|
|
<a-row>
|
|
<a-col :span="12">
|
|
<a-statistic title="Active Users" :value="112893" style="margin-right: 50px" />
|
|
</a-col>
|
|
<a-col :span="12">
|
|
<a-statistic title="Account Balance (CNY)" :precision="2" :value="112893" />
|
|
</a-col>
|
|
</a-row>
|
|
</template>
|