fix typo in layout demo code

This commit is contained in:
Guan Hao 2016-01-14 11:08:57 +08:00
parent 73b806e159
commit 9e2d1be3d6
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ ReactDOM.render(
}
.ant-layout-aside .ant-layout-footer {
height; 64px;
height: 64px;
line-height: 64px;
text-align: center;
font-size: 12px;

View File

@ -99,7 +99,7 @@ ReactDOM.render(
}
.ant-layout-top .ant-layout-footer {
height; 64px;
height: 64px;
line-height: 64px;
text-align: center;
font-size: 12px;