wiki预览页面左侧导航栏高度铺满

This commit is contained in:
谢思 2023-03-31 15:13:07 +08:00
parent b9d527e0b4
commit b7e15248f0
1 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,7 @@ body {
align-items: center;
padding: 0 12rem 0 2rem;
width: 100%;
height: 80px;
height: 8vh;
background: rgb(39, 47, 76);
color: #fff;
}
@ -385,7 +385,7 @@ body {
padding: 20px 0;
width: 20vw;
border-bottom: 0;
height: 80vh;
height: 92vh;
}
.wiki-content-detail {
padding: 0 40px;