fix: style problem caused by layout;
修复:布局调整导致的样式问题;
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
.side-menu{
|
||||
min-height: 100vh;
|
||||
overflow-y: auto;
|
||||
z-index: 10;
|
||||
z-index: 1100;
|
||||
.logo{
|
||||
height: 64px;
|
||||
position: relative;
|
||||
|
||||
@@ -66,7 +66,7 @@ export default {
|
||||
top: 0;
|
||||
background-color: @shadow-color;
|
||||
transition: all 0.5s;
|
||||
z-index: 100;
|
||||
z-index: 2000;
|
||||
&.open{
|
||||
display: inline-block;
|
||||
}
|
||||
@@ -78,7 +78,7 @@ export default {
|
||||
position: fixed;
|
||||
transition: all 0.5s;
|
||||
height: 100vh;
|
||||
z-index: 100;
|
||||
z-index: 2000;
|
||||
&.left{
|
||||
left: 0px;
|
||||
&.open{
|
||||
|
||||
Reference in New Issue
Block a user