File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -483,8 +483,8 @@ export default {
483
483
height : 45px ;
484
484
}
485
485
.common-aside {
486
- width : 200 px ;
487
- border -right : 1 px solid #dee2e6 ;
486
+ width : 191 px ;
487
+ margin -right : 9 px ;
488
488
overflow-x : hidden ;
489
489
overflow-y : auto ;
490
490
position : relative ;
@@ -523,23 +523,27 @@ export default {
523
523
display : none ;
524
524
}
525
525
.common-aside-collapse-btn {
526
- position : absolute ;
526
+ position : fixed ;
527
527
top : 0 ;
528
- right : 0 ;
528
+ left : 191 px ;
529
529
bottom : 0 ;
530
530
z-index : 11 ;
531
531
width : 8px ;
532
532
cursor : pointer ;
533
533
background-color : #fdfdfd ;
534
534
color : #979797 ;
535
535
font-size : 10px ;
536
+ border-right : 1px solid #dee2e6 ;
536
537
}
537
538
.common-aside-collapse-btn :hover {
538
539
background-color : #f9f9f9 ;
539
540
}
541
+ .isCollapse .common-aside-collapse-btn {
542
+ left : 0px ;
543
+ }
540
544
.admin-left-menu-body {
541
545
overflow : auto ;
542
- margin-right : 10px ;
546
+ /* margin-right: 10px; */
543
547
}
544
548
.common-header-nickname {
545
549
max-width : 100px ;
You can’t perform that action at this time.
0 commit comments