Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-sing
admin-base
Commits
0d4d6ad7
Commit
0d4d6ad7
authored
Sep 18, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式优化
parent
086cabe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
leftMenu.vue
src/components/framework/leftMenu.vue
+17
-0
No files found.
src/components/framework/leftMenu.vue
View file @
0d4d6ad7
...
@@ -64,11 +64,28 @@
...
@@ -64,11 +64,28 @@
&.el-menu {
&.el-menu {
overflow-x: hidden;
overflow-x: hidden;
overflow-y: auto;
overflow-y: auto;
overflow-y: scroll;
box-sizing: border-box;
box-sizing: border-box;
height: 100%;
height: 100%;
background: @bg-b;
background: @bg-b;
color: white;
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 {
.menu-btn {
width: 100%;
width: 100%;
height: 35px;
height: 35px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment