样式微调

This commit is contained in:
2betop 2020-07-28 14:55:00 +08:00
parent 4ef913b7aa
commit 0f91820e4a
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.#{$ns}Page {
width: 100%;
height: 100%;
min-height: 100%;
&-header {
padding: $Page-header-paddingY $Page-header-paddingX;
@ -82,18 +82,16 @@
}
width: $Page-aside-width;
height: 100%;
border-right: $borderWidth solid $borderColor;
}
.#{$ns}Page--withSidebar {
display: flex;
flex-direction: row;
align-items: flex-start;
align-items: stretch;
.#{$ns}Page-content {
width: 0;
height: 100%;
flex-grow: 1;
}
}