mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
Fix footer height
This commit is contained in:
parent
6978001367
commit
b534cb4d30
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user