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
26d00834
Commit
26d00834
authored
Jan 02, 2024
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分菜单样式改动
parent
096259f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
16 deletions
+1
-16
src/components/bg-menu.vue
src/components/bg-menu.vue
+1
-16
No files found.
src/components/bg-menu.vue
View file @
26d00834
...
@@ -29,21 +29,6 @@
...
@@ -29,21 +29,6 @@
</span>
</span>
</div>
</div>
</div>
</div>
<!-- 后管菜单 -->
<!--
<div
v-if=
"managerMenu && managerMenu.length"
class=
"manager-menu"
>
<div
v-for=
"(item, index) in managerMenu"
v-show=
"item.menuType !== 2"
:key=
"'manager' + index"
class=
"nav-item"
:style=
"path == item.path ?
{ backgroundColor: '#3753a4' } : ''"
@click="menuAction(item, item)">
<span>
{{
item
.
menuName
}}
</span>
</div>
</div>
-->
</div>
</div>
<div
class=
"person-menu"
>
<div
class=
"person-menu"
>
...
@@ -486,7 +471,7 @@ export default {
...
@@ -486,7 +471,7 @@ export default {
height
:
100%
;
height
:
100%
;
flex-grow
:
1
;
flex-grow
:
1
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
flex-end
;
align-items
:
center
;
align-items
:
center
;
margin-right
:
8px
;
margin-right
:
8px
;
...
...
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