forked from p96170835/amis
样式微调
This commit is contained in:
parent
4ef913b7aa
commit
0f91820e4a
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue