mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
refine css
This commit is contained in:
parent
108b380d20
commit
89c72d277e
@ -42,7 +42,7 @@
|
||||
}
|
||||
}
|
||||
.sidebar-container {
|
||||
transition: all .28s ease-out;
|
||||
transition: width 0.28s ease-out;
|
||||
width: 180px;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
@ -54,7 +54,7 @@
|
||||
}
|
||||
.main-container {
|
||||
min-height: 100%;
|
||||
transition: all .28s ease-out;
|
||||
transition: margin-left 0.28s ease-out;
|
||||
margin-left: 180px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user