修复侧边栏在左侧样式问题

This commit is contained in:
1152958806@qq.com 2023-12-27 22:50:22 +08:00
parent 77d1b82feb
commit a244ecec82
1 changed files with 15 additions and 13 deletions

View File

@ -7679,6 +7679,7 @@ div#power-star-title {
width: 100%;
}
@media screen and (min-width: 1200px) {
/* 侧边栏在左侧时,显示 100% */
.layout.left-aside > div:first-child {
-webkit-box-ordinal-group: 2;
@ -7694,6 +7695,7 @@ div#power-star-title {
padding-right: 15px;
padding-left: 0px !important;
}
}
/* 主页分类 */
div#categoryList {