From 0504e88ec7828299e47e9f0f851b00a7ac0cfc58 Mon Sep 17 00:00:00 2001 From: Wendell Date: Thu, 26 Sep 2019 11:59:05 +0800 Subject: [PATCH] docs: change docs --- components/spin/doc/index.en-US.md | 6 +++--- components/spin/doc/index.zh-CN.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/spin/doc/index.en-US.md b/components/spin/doc/index.en-US.md index a515e4e9dc3..23bd9a9fff3 100644 --- a/components/spin/doc/index.en-US.md +++ b/components/spin/doc/index.en-US.md @@ -22,10 +22,10 @@ import { NzSpinModule } from 'ng-zorro-antd/spin'; ### nz-spin -| Property | Description | Type | Default Value | -| -------- | ----------- | ---- | ------------- | +| Property | Description | Type | Default Value | Global Config | +| -------- | ----------- | ---- | ------------- | ------------- | | `[nzDelay]` | specifies a delay in milliseconds for loading state (prevent flush), unit: milliseconds | `number` | - | -| `[nzIndicator]` | the spinning indicator | `TemplateRef` | - | +| `[nzIndicator]` | the spinning indicator | `TemplateRef` | - | ✅ | | `[nzSize]` | size of Spin | `'large' \| 'small' \| 'default'` | `'default'` | | `[nzSpinning]` | whether Spin is spinning | `boolean` | `true` | | `[nzSimple]` | whether Spin has no children | `boolean` | `false` | diff --git a/components/spin/doc/index.zh-CN.md b/components/spin/doc/index.zh-CN.md index 9855fe11daf..974ad2c1a21 100644 --- a/components/spin/doc/index.zh-CN.md +++ b/components/spin/doc/index.zh-CN.md @@ -23,10 +23,10 @@ import { NzSpinModule } from 'ng-zorro-antd/spin'; ### nz-spin -| 参数 | 说明 | 类型 | 默认值 | -| --- | --- | --- | --- | +| 参数 | 说明 | 类型 | 默认值 | 全局配置 | +| --- | --- | --- | --- | --- | | `[nzDelay]` | 延迟显示加载效果的时间(防止闪烁),单位:毫秒 | `number` | - | -| `[nzIndicator]` | 加载指示符 | `TemplateRef` | - | +| `[nzIndicator]` | 加载指示符 | `TemplateRef` | - | ✅ | | `[nzSize]` | 组件大小 | `'large' \| 'small' \| 'default'` | `'default'` | | `[nzSpinning]` | 是否旋转 | `boolean` | `true` | | `[nzSimple]` | 是否包裹元素 | `boolean` | `false` |