forked from Gitlink/forgeplus-react
wiki预览页面左侧导航栏高度铺满
This commit is contained in:
parent
b9d527e0b4
commit
b7e15248f0
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue