Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ai-yunshou-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
AI云守
ai-yunshou-vue
Commits
0ce1b105
Commit
0ce1b105
authored
Sep 19, 2024
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 左侧菜单样式修复
parent
2677c19e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
src/layout/components/Sidebar/index.vue
src/layout/components/Sidebar/index.vue
+8
-1
No files found.
src/layout/components/Sidebar/index.vue
View file @
0ce1b105
...
...
@@ -3,9 +3,10 @@
<logo
v-if=
"showLogo"
:collapse=
"isCollapse"
/>
<el-scrollbar
:class=
"sideTheme"
wrap-class=
"scrollbar-wrapper"
>
<el-menu
class=
"el-menu-vertical-demo"
:default-active=
"activeMenu"
:collapse=
"isCollapse"
:background-color=
"'
none
'"
:background-color=
"'
#29d
'"
:text-color=
"'#fff'"
:unique-opened=
"true"
:active-text-color=
"'#fff'"
...
...
@@ -13,6 +14,7 @@
mode=
"vertical"
>
<sidebar-item
class=
"el-menu-vertical-demo"
v-for=
"(route, index) in sidebarRouters"
:key=
"route.path + index"
:item=
"route"
...
...
@@ -52,3 +54,8 @@ const activeMenu = computed(() => {
})
</
script
>
<
style
lang=
"scss"
scoped
>
.el-menu-vertical-demo
{
background-color
:
rgba
(
255
,
255
,
255
,.
0
)
!
important
;
}
</
style
>
\ No newline at end of file
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