diff --git a/spec/layout/demo/aside.md b/spec/layout/demo/aside.md
index e9299a8a0..d044e4da9 100644
--- a/spec/layout/demo/aside.md
+++ b/spec/layout/demo/aside.md
@@ -50,7 +50,9 @@ ReactDOM.render(
diff --git a/spec/layout/demo/top-aside.md b/spec/layout/demo/top-aside.md
index ce9fa5a7d..be8ef3e60 100644
--- a/spec/layout/demo/top-aside.md
+++ b/spec/layout/demo/top-aside.md
@@ -66,7 +66,9 @@ ReactDOM.render(
@@ -126,7 +128,10 @@ ReactDOM.render(
.ant-layout-topaside .ant-layout-content {
border-left: 1px solid #e9e9e9;
- margin-left: 223px;
+ padding: 0 24px;
+ overflow: hidden;
+ position: relative;
+ left: -1px;
}
.ant-layout-topaside .ant-layout-footer {