File tree 4 files changed +288
-149
lines changed
4 files changed +288
-149
lines changed Original file line number Diff line number Diff line change 100
100
"stylelint-order" : " ^3.0.0" ,
101
101
"stylelint-prettier" : " ^1.1.1" ,
102
102
"typescript" : " ^3.5.1" ,
103
- "umi" : " ^2.6.17 " ,
104
- "umi-plugin-react" : " ^1.7.5 " ,
105
- "umi-types" : " ^0.3.2 "
103
+ "umi" : " ^2.7.3 " ,
104
+ "umi-plugin-react" : " ^1.8.2 " ,
105
+ "umi-types" : " ^0.3.7 "
106
106
},
107
107
"husky" : {
108
108
"hooks" : {
Original file line number Diff line number Diff line change 45
45
}
46
46
}
47
47
48
+ .ant-menu-root {
49
+ height : ~ ' calc(100vh - @{nav-header-height} )' ;
50
+ overflow-y : auto ;
51
+ }
52
+
48
53
& .is-collapsed {
49
54
// 请根据项目logo自行调整
50
55
.lotus-sidebar-menu__logo > img {
Original file line number Diff line number Diff line change 50
50
// 美化滚动条
51
51
::-webkit-scrollbar {
52
52
width : 5px ;
53
- height : 5px
54
53
}
55
54
56
55
::-webkit-scrollbar-thumb {
57
- background : #ccc ;
56
+ background : transparent ;
58
57
border-radius : 4px ;
59
58
}
You can’t perform that action at this time.
0 commit comments