ddcat1115 пре 8 година
родитељ
комит
e7d8c49e9d

+ 2 - 6
src/components/PageHeader/demo/standard.md

@@ -8,7 +8,7 @@ title: Standard
 ````jsx
 import PageHeader from 'ant-design-pro/lib/PageHeader';
 import DescriptionList from 'ant-design-pro/lib/DescriptionList';
-import { Button, Menu, Dropdown, Icon, Row, Col } from 'antd';
+import { Button, Menu, Icon, Row, Col } from 'antd';
 
 const { Description } = DescriptionList;
 
@@ -17,6 +17,7 @@ const description = (
     <Description term="创建人">曲丽丽</Description>
     <Description term="订购产品">XX 服务</Description>
     <Description term="创建时间">2017-07-07</Description>
+    <Description term="关联单据"><a href="">12421</a></Description>
   </DescriptionList>
 );
 
@@ -32,11 +33,6 @@ const action = (
   <div>
     <Button>操作</Button>
     <Button>操作</Button>
-    <Dropdown overlay={menu}>
-      <Button>
-        更多 <Icon type="down" />
-      </Button>
-    </Dropdown>
     <Button type="primary">主操作</Button>
   </div>
 );

+ 1 - 1
src/components/PageHeader/demo/structure.md

@@ -3,7 +3,7 @@ order: 0
 title: Structure
 ---
 
-基本结构,可以形成多种组合
+基本结构,具备响应式布局功能,主要断点为 768px 和 576px,拖动窗口改变大小试试看
 
 ````jsx
 import PageHeader from 'ant-design-pro/lib/PageHeader';