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
21251d37
Commit
21251d37
authored
Nov 02, 2022
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉nav-title
parent
c4b5be02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/App.vue
src/App.vue
+2
-1
src/bg-ui/bg-nav.vue
src/bg-ui/bg-nav.vue
+1
-1
No files found.
src/App.vue
View file @
21251d37
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
<el-config-provider>
<el-config-provider>
<bg-menu
:path=
"nowParent.path"
v-if=
"menuShow"
></bg-menu>
<bg-menu
:path=
"nowParent.path"
v-if=
"menuShow"
></bg-menu>
<div
class=
"container"
:class=
"menuShow ? '' : 'full_screen'"
v-if=
"pageShow"
>
<div
class=
"container"
:class=
"menuShow ? '' : 'full_screen'"
v-if=
"pageShow"
>
<bg-nav
:highlightParentRule=
"highlightParentRule"
:title=
"nowParent.menuName"
width=
"208px"
:list=
"nowParent.children"
v-show=
"navShow"
class=
"con-nav"
/>
<!--
<bg-nav
:highlightParentRule=
"highlightParentRule"
:title=
"nowParent.menuName"
width=
"208px"
:list=
"nowParent.children"
v-show=
"navShow"
class=
"con-nav"
/>
-->
<bg-nav
:highlightParentRule=
"highlightParentRule"
width=
"208px"
:list=
"nowParent.children"
v-show=
"navShow"
class=
"con-nav"
/>
<div
class=
"bg-main view"
>
<div
class=
"bg-main view"
>
<router-view
/>
<router-view
/>
</div>
</div>
...
...
src/bg-ui/bg-nav.vue
View file @
21251d37
...
@@ -20,7 +20,7 @@ export default {
...
@@ -20,7 +20,7 @@ export default {
props
:
{
props
:
{
title
:
{
title
:
{
type
:
String
,
type
:
String
,
default
:
"
功能列表
"
,
default
:
""
,
},
},
width
:
{
width
:
{
type
:
String
,
type
:
String
,
...
...
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