From b9fea18fd573bbf023a221b51167827db0ef030c Mon Sep 17 00:00:00 2001 From: hezulong1 <626993211@qq.com> Date: Sun, 27 Nov 2022 00:49:10 +0800 Subject: [PATCH] docs: fix spacing style between el-container's --- examples/demo-styles/container.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/demo-styles/container.scss b/examples/demo-styles/container.scss index f97fc74e9..145702825 100644 --- a/examples/demo-styles/container.scss +++ b/examples/demo-styles/container.scss @@ -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; }