docs: fix spacing style between el-container's

pull/22286/head
hezulong1 2022-11-27 00:49:10 +08:00
parent fa18776b4b
commit b9fea18fd5
1 changed files with 7 additions and 1 deletions

View File

@ -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;
}