Commit 1f4e89df authored by XM's avatar XM Committed by 陈帅

fix #4079 PageHeaderWrapper margin in xs screen (#4081)

* fix PageHeaderWrapper margin in xs screen, #4079

* fix: PageHeaderWrapper doesn't perform as expected on xs screen
parent 46d8462c
......@@ -43,7 +43,7 @@
}
@media screen and (max-width: @screen-sm) {
.content {
.children-content {
margin: 24px 0 0;
}
}
......@@ -77,34 +77,34 @@
margin-left: 88px;
text-align: right;
}
}
@media screen and (max-width: @screen-xl) {
.extraContent {
margin-left: 44px;
@media screen and (max-width: @screen-xl) {
.extraContent {
margin-left: 44px;
}
}
}
@media screen and (max-width: @screen-lg) {
.extraContent {
margin-left: 20px;
@media screen and (max-width: @screen-lg) {
.extraContent {
margin-left: 20px;
}
}
}
@media screen and (max-width: @screen-md) {
.row {
display: block;
}
@media screen and (max-width: @screen-md) {
.row {
display: block;
}
.action,
.extraContent {
margin-left: 0;
text-align: left;
.action,
.extraContent {
margin-left: 0;
text-align: left;
}
}
}
@media screen and (max-width: @screen-sm) {
.detail {
display: block;
@media screen and (max-width: @screen-sm) {
.detail {
display: block;
}
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment