样式问题修复
This commit is contained in:
parent
1b6f766748
commit
20d87b8b48
|
@ -307,7 +307,8 @@ body {
|
||||||
|
|
||||||
.#{$ns}Layout-asideWrap {
|
.#{$ns}Layout-asideWrap {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
position: static;
|
position: relative;
|
||||||
|
top: 0;
|
||||||
width: $Layout-aside--folded-width - px2rem(1px);
|
width: $Layout-aside--folded-width - px2rem(1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue