Fix footer height

This commit is contained in:
afc163 2015-11-14 21:12:02 +08:00
parent 6978001367
commit b534cb4d30
3 changed files with 8 additions and 5 deletions

View File

@ -113,7 +113,8 @@ ReactDOM.render(
}
.ant-layout-aside .ant-layout-footer {
padding: 16px 0px;
height; 64px;
line-height: 64px;
text-align: center;
font-size: 12px;
color: #999;

View File

@ -113,7 +113,7 @@ ReactDOM.render(
.ant-layout-topaside .ant-layout-container {
background: #fff;
margin: 24px 0;
margin: 24px 0 0;
position: relative;
padding: 24px 0;
overflow: hidden;
@ -130,7 +130,8 @@ ReactDOM.render(
}
.ant-layout-topaside .ant-layout-footer {
margin: 24px 0;
height; 64px;
line-height: 64px;
text-align: center;
font-size: 12px;
color: #999;

View File

@ -92,14 +92,15 @@ ReactDOM.render(
.ant-layout-top .ant-layout-container {
background: #fff;
margin: 24px 0;
margin: 24px 0 0;
position: relative;
padding-top: 24px;
overflow: hidden;
}
.ant-layout-top .ant-layout-footer {
margin: 24px 0;
height; 64px;
line-height: 64px;
text-align: center;
font-size: 12px;
color: #999;