Commit 0d4d6ad7 authored by 赵茹林's avatar 赵茹林

样式优化

parent 086cabe7
......@@ -64,11 +64,28 @@
&.el-menu {
overflow-x: hidden;
overflow-y: auto;
overflow-y: scroll;
box-sizing: border-box;
height: 100%;
background: @bg-b;
color: white;
&::-webkit-scrollbar {
background-color: #333333; /* or add it to the track */
&:hover {
&::-webkit-scrollbar-thumb {
background-color: #999;
}
}
}
&::-webkit-scrollbar-thumb {
background-clip: padding-box;
border: solid 3px transparent;
border-radius: 6px;
background-color: #C1C1C1;
}
.menu-btn {
width: 100%;
height: 35px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment