Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
68ffbd22
authored
2020-10-22 16:57:20 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
删除面包屑
1 parent
8e2e58c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/Home.vue
src/views/Home.vue
View file @
68ffbd2
...
...
@@ -15,7 +15,7 @@
</div>
</el-aside>
<el-container>
<el-header
height=
"100px"
>
<el-header>
<div
class=
"header-top"
>
<div
class=
"top-items"
@
click=
"toggleClick"
>
<i
class=
"fa fa-outdent hamburger"
v-show=
"!isActive"
></i>
...
...
@@ -32,9 +32,9 @@
<span>
{{
item
.
name
}}
</span>
</div>
</div>
<div
class=
"header-bottom"
>
<
!--
<
div
class=
"header-bottom"
>
<Navigation
ref=
"navigation"
></Navigation>
</div>
</div>
-->
<el-dialog
title=
"新建"
:visible
.
sync=
"dialogVisible"
width=
"40%"
>
<Create
@
closeDialog=
"closeDialog"
></Create>
</el-dialog>
...
...
@@ -56,7 +56,7 @@ import { getTree,getDdicByMC } from "../api/common";
export
default
{
components
:
{
Navigation
,
//
Navigation,
LineTree
,
Create
,
},
...
...
Please
register
or
sign in
to post a comment