mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
fix typo in layout demo code
This commit is contained in:
parent
73b806e159
commit
9e2d1be3d6
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user