mirror of https://github.com/ElemeFE/element
docs: fix spacing style between el-container's
parent
fa18776b4b
commit
b9fea18fd5
|
@ -9,7 +9,8 @@
|
|||
color: #333;
|
||||
}
|
||||
|
||||
#chang-jian-ye-mian-bu-ju + .demo-container {
|
||||
#chang-jian-ye-mian-bu-ju + .demo-container,
|
||||
#common-layouts + .demo-container {
|
||||
.el-header,
|
||||
.el-footer {
|
||||
text-align: center;
|
||||
|
@ -28,6 +29,7 @@
|
|||
line-height: 160px;
|
||||
}
|
||||
|
||||
& > .source > div > .el-container,
|
||||
& > .source > .el-container {
|
||||
margin-bottom: 40px;
|
||||
|
||||
|
@ -36,6 +38,10 @@
|
|||
line-height: 260px;
|
||||
}
|
||||
|
||||
&:nth-child(7) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&:nth-child(7) .el-aside {
|
||||
line-height: 320px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue