Merge pull request #874 from raptium/master

Fix typo in layout demo code
This commit is contained in:
afc163 2016-01-14 11:15:28 +08:00
commit 124d702f88
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;