File tree Expand file tree Collapse file tree 3 files changed +13
-18
lines changed Expand file tree Collapse file tree 3 files changed +13
-18
lines changed Original file line number Diff line number Diff line change 17
17
"codemirror" : " 5.26.0" ,
18
18
"dropzone" : " 5.1.0" ,
19
19
"echarts" : " 3.6.1" ,
20
- "element-ui" : " 1.4.0 " ,
20
+ "element-ui" : " 1.4.1 " ,
21
21
"file-saver" : " 1.3.3" ,
22
22
"jquery" : " 3.1.1" ,
23
23
"js-cookie" : " 2.1.4" ,
Original file line number Diff line number Diff line change 11
11
margin-right : 0 ;
12
12
}
13
13
14
+ .hideSidebar .el-submenu >.el-submenu__title ,
15
+ .hideSidebar .submenu-title-noDropdown {
16
+ padding-left : 10px !important ;
17
+ }
18
+
14
19
.hideSidebar .submenu-title-noDropdown span ,
15
20
.hideSidebar .el-submenu >.el-submenu__title span {
16
21
height : 0 ;
22
27
23
28
.hideSidebar .nest-menu .el-submenu__title {
24
29
text-align : initial !important ;
30
+ padding-left : 20px !important ;
25
31
span {
26
32
height : auto ;
27
33
width : auto ;
69
75
.el-submenu .el-menu-item {
70
76
min-width : 180px !important ;
71
77
}
72
-
Original file line number Diff line number Diff line change 35
35
width : 100% ;
36
36
& .hideSidebar {
37
37
.sidebar-container {
38
- width :56 px ;
38
+ width :36 px ;
39
39
}
40
40
.main-container {
41
- margin-left : 56 px ;
41
+ margin-left : 36 px ;
42
42
}
43
- // .sidebar-wrapper {
44
- // transform: translate(-140px, 0);
45
- // .sidebar-container {
46
- // transform: translate(132px, 0);
47
- // }
48
- // &:hover {
49
- // transform: translate(0, 0);
50
- // .sidebar-container {
51
- // transform: translate(0, 0);
52
- // }
53
- // }
54
- // }
55
-
56
43
}
57
44
.sidebar-container {
58
45
transition : all .28s ease-out ;
59
46
width : 180px ;
60
- height : 1000 px ;
47
+ height : 100 % ;
61
48
position : fixed ;
62
49
top : 0 ;
63
50
bottom : 0 ;
64
51
left : 0 ;
65
52
z-index : 1001 ;
66
53
background : red ;
54
+ // overflow-y: auto;
55
+ & ::-webkit-scrollbar {display :none }
56
+
67
57
}
68
58
.main-container {
69
59
min-height : 100% ;
You can’t perform that action at this time.
0 commit comments