diff --git a/src/components/DescriptionList/index.md b/src/components/DescriptionList/index.md
index 377d03513c91022f05e6c6a3a6c5fc52c177002f..364fa107e5ced5e99789ae1d447833dd6a4b3fe8 100644
--- a/src/components/DescriptionList/index.md
+++ b/src/components/DescriptionList/index.md
@@ -5,7 +5,7 @@ cols: 1
order: 4
---
-描述列表用来展示一系列文本信息。
+成组展示多个只读字段,常见于详情页的信息展示。
## API
diff --git a/src/components/HeaderSearch/demo/basic.md b/src/components/HeaderSearch/demo/basic.md
index 733e5555b2f24e2ff7c7120f3e7ba3740ffbc858..67703459ceab3329bf95cfe9af9fb9ceded4149a 100644
--- a/src/components/HeaderSearch/demo/basic.md
+++ b/src/components/HeaderSearch/demo/basic.md
@@ -3,7 +3,7 @@ order: 0
title: 全局搜索
---
-通常放在全局导航条右侧。
+通常放置在导航工具条右侧。(点击搜索图标预览效果)
````jsx
import HeaderSearch from 'ant-design-pro/lib/HeaderSearch';
diff --git a/src/components/HeaderSearch/index.md b/src/components/HeaderSearch/index.md
index 106fac0d65a91bf54caaf188f829df5556da1c4f..7064228de1d4605916aebee0f9c4c75b7093295a 100644
--- a/src/components/HeaderSearch/index.md
+++ b/src/components/HeaderSearch/index.md
@@ -5,7 +5,7 @@ cols: 1
order: 8
---
-用在顶部导航上,提供应用全局搜索入口。
+通常作为全局搜索的入口,放置在导航工具条右侧。
## API
diff --git a/src/components/NoticeIcon/demo/basic.md b/src/components/NoticeIcon/demo/basic.md
index 26835db4b449f77d59ec2ff9d7c3d26391a14eac..dc9afeaa84b67071ac477b3cdda7f1e6b3acda9f 100644
--- a/src/components/NoticeIcon/demo/basic.md
+++ b/src/components/NoticeIcon/demo/basic.md
@@ -3,7 +3,7 @@ order: 1
title: 通知图标
---
-通常用在全局导航上。
+通常用在导航工具栏上。
````jsx
import NoticeIcon from 'ant-design-pro/lib/NoticeIcon';
diff --git a/src/components/NoticeIcon/demo/popover.md b/src/components/NoticeIcon/demo/popover.md
index 4ec8150918e4c36f4fa2213c2b2e6f1e402dda54..6c047b7ed2a062fe17e6e689756286b24e599a6d 100644
--- a/src/components/NoticeIcon/demo/popover.md
+++ b/src/components/NoticeIcon/demo/popover.md
@@ -3,32 +3,94 @@ order: 2
title: 带浮层卡片
---
-点击展开通知卡片,展现多种类型的通知,通常放在顶部通栏。
+点击展开通知卡片,展现多种类型的通知,通常放在导航工具栏。
````jsx
import NoticeIcon from 'ant-design-pro/lib/NoticeIcon';
import moment from 'moment';
+import groupBy from 'lodash/groupBy';
import { Tag } from 'antd';
const data = [{
- key: '1',
+ id: '000000001',
+ avatar: 'https://gw.alipayobjects.com/zos/rmsportal/ThXAXghbEsBCCSDihZxY.png',
+ title: '你收到了 14 份新周报',
+ datetime: '2017-08-09',
+ type: '通知',
+}, {
+ id: '000000002',
+ avatar: 'https://gw.alipayobjects.com/zos/rmsportal/OKJXDXrmkNshAMvwtvhu.png',
+ title: '你推荐的 曲妮妮 已通过第三轮面试',
+ datetime: '2017-08-08',
+ type: '通知',
+}, {
+ id: '000000003',
+ avatar: 'https://gw.alipayobjects.com/zos/rmsportal/kISTdvpyTAhtGxpovNWd.png',
+ title: '这种模板可以区分多种通知类型',
+ datetime: '2017-08-07',
+ read: true,
+ type: '通知',
+}, {
+ id: '000000004',
+ avatar: 'https://gw.alipayobjects.com/zos/rmsportal/GvqBnKhFgObvnSGkDsje.png',
+ title: '左侧图标用于区分不同的类型',
+ datetime: '2017-08-07',
+ type: '通知',
+}, {
+ id: '000000005',
+ avatar: 'https://gw.alipayobjects.com/zos/rmsportal/ThXAXghbEsBCCSDihZxY.png',
+ title: '内容不要超过两行字,超出时自动截断',
+ datetime: '2017-08-07',
+ type: '通知',
+}, {
+ id: '000000006',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/fcHMVNCjPOsbUGdEduuv.jpeg',
title: '曲丽丽 评论了你',
description: '描述信息描述信息描述信息',
- datetime: moment('2017-08-07').fromNow(),
+ datetime: '2017-08-07',
+ type: '消息',
}, {
- key: '2',
+ id: '000000007',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/fcHMVNCjPOsbUGdEduuv.jpeg',
title: '朱偏右 回复了你',
description: '这种模板用于提醒谁与你发生了互动,左侧放『谁』的头像',
- datetime: moment('2017-08-07').fromNow(),
+ datetime: '2017-08-07',
+ type: '消息',
}, {
- key: '3',
+ id: '000000008',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/fcHMVNCjPOsbUGdEduuv.jpeg',
title: '标题',
description: '这种模板用于提醒谁与你发生了互动,左侧放『谁』的头像',
- datetime: moment('2017-08-07').fromNow(),
- extra: