Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
aeb7ef92
Commit
aeb7ef92
authored
Nov 03, 2022
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分样式改动
parent
21251d37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/bg-ui/index.scss
src/bg-ui/index.scss
+1
-1
src/components/bg-menu.vue
src/components/bg-menu.vue
+3
-3
No files found.
src/bg-ui/index.scss
View file @
aeb7ef92
...
...
@@ -508,7 +508,7 @@ a {
background-color
:
#282e3d
;
user-select
:
none
;
height
:
100%
;
padding-top
:
25
px
;
padding-top
:
9
px
;
.bg-nav-title
{
padding
:
0
0
12px
24px
;
...
...
src/components/bg-menu.vue
View file @
aeb7ef92
...
...
@@ -16,7 +16,7 @@
<div
class=
"main-menu"
v-if=
"userInfo&& userInfo.system_id"
>
<!-- 前台菜单 -->
<div
class=
"font-menu"
v-if=
"fontMenu&&fontMenu.length"
>
<div
class=
"nav-item"
:style=
"path==item.path?
{backgroundColor:'#
2b4695
'}:''" v-show="item.menuType!==2" v-for="(item,index) in fontMenu" :key="'font'+index">
<div
class=
"nav-item"
:style=
"path==item.path?
{backgroundColor:'#
3753a4
'}:''" v-show="item.menuType!==2" v-for="(item,index) in fontMenu" :key="'font'+index">
<span
@
click=
"menuAction(item.path,item)"
>
{{
item
.
menuName
}}
<bg-icon
v-if=
"item.children&&item.children.length"
icon=
"#bg-ic-arrow-down"
style=
"font-size:8px;margin-left: 3px;"
></bg-icon>
...
...
@@ -30,7 +30,7 @@
<!-- 后管菜单 -->
<div
class=
"manager-menu"
v-if=
"managerMenu&&managerMenu.length"
>
<div
class=
"nav-item"
:style=
"path==item.path?
{backgroundColor:'#
2b4695
'}:''" v-show="item.menuType!==2" v-for="(item,index) in managerMenu" :key="'manager'+index">
<div
class=
"nav-item"
:style=
"path==item.path?
{backgroundColor:'#
3753a4
'}:''" v-show="item.menuType!==2" v-for="(item,index) in managerMenu" :key="'manager'+index">
<span
@
click=
"menuAction(item.path,item)"
>
{{
item
.
menuName
}}
<bg-icon
v-if=
"item.children&&item.children.length"
icon=
"#bg-ic-arrow-down"
style=
"font-size:8px;margin-left: 3px;"
></bg-icon>
...
...
@@ -502,7 +502,7 @@ export default {
}
&
:hover
{
background-color
:
#
2b4695
;
background-color
:
#
3753a4
;
}
}
}
...
...
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