修复侧边栏在左侧样式问题
This commit is contained in:
parent
77d1b82feb
commit
a244ecec82
|
@ -7679,20 +7679,22 @@ div#power-star-title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 侧边栏在左侧时,显示 100% */
|
@media screen and (min-width: 1200px) {
|
||||||
.layout.left-aside > div:first-child {
|
/* 侧边栏在左侧时,显示 100% */
|
||||||
-webkit-box-ordinal-group: 2;
|
.layout.left-aside > div:first-child {
|
||||||
-moz-box-ordinal-group: 2;
|
-webkit-box-ordinal-group: 2;
|
||||||
-o-box-ordinal-group: 2;
|
-moz-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 2;
|
-o-box-ordinal-group: 2;
|
||||||
-webkit-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
-webkit-order: 2;
|
||||||
}
|
order: 2;
|
||||||
|
}
|
||||||
|
|
||||||
/* 侧栏在左侧时,关闭左边距,打开右边距 */
|
/* 侧栏在左侧时,关闭左边距,打开右边距 */
|
||||||
.layout.left-aside .aside-content {
|
.layout.left-aside .aside-content {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 主页分类 */
|
/* 主页分类 */
|
||||||
|
|
Loading…
Reference in New Issue