mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-03 23:19:49 +08:00
Merge 96c6d48146475958b9f91c88732914d3d6f56ab8 into 7d6917a5efeee07f329bc7658a5c20808d150616
This commit is contained in:
commit
63ac22fd57
@ -54,17 +54,22 @@
|
||||
}
|
||||
.sidebar-wrapper {
|
||||
width: 180px;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1001;
|
||||
overflow-x: hidden;
|
||||
transition: all .28s ease-out;
|
||||
@include scrollBar;
|
||||
}
|
||||
.sidebar-container {
|
||||
transition: all .28s ease-out;
|
||||
height: 100%;
|
||||
width: 195px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.main-container {
|
||||
min-height: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user