Skip to content

Commit d6784b2

Browse files
committed
修复正文样式遮蔽下拉栏问题
1 parent c331dc1 commit d6784b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎static/css/style.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ th, td {
550550
}
551551

552552
.content-container {
553-
margin-top: 10%;
553+
margin-top: 75px;
554554
margin-left: 0%;
555555
margin-right: 0%;
556556
box-shadow: 0px 0px 0px;
@@ -560,7 +560,7 @@ th, td {
560560
.rightbar-container {
561561
position: absolute;
562562
display: flex;
563-
width: 50%;
563+
width: 100%;
564564
top: 0;
565565
}
566566

0 commit comments

Comments
 (0)