diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue
index 5ebe9dda..b5d0a689 100644
--- a/src/components/Breadcrumb/index.vue
+++ b/src/components/Breadcrumb/index.vue
@@ -6,7 +6,7 @@
{{generateTitle(item.meta.title)}}
- 全部应用
+ 全部应用
@@ -23,9 +23,8 @@ export default {
}
},
data() {
- return {
- title: 'Vue Element Admin',
- logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png'
+ return {
+ logo: require('../../../../assets/image/logo1.png')
}
}
}
@@ -46,7 +45,7 @@ export default {
width: 100%;
height: 50px;
line-height: 50px;
- background: #2b2f3a;
+ background: #3594d3;
text-align: center;
overflow: hidden;
@@ -55,17 +54,15 @@ export default {
width: 100%;
& .sidebar-logo {
- width: 32px;
- height: 32px;
+ width: 50px;
+ height: 50px;
vertical-align: middle;
- margin-right: 12px;
+ margin-left:-2px;
}
-
& .sidebar-title {
display: inline-block;
margin: 0;
- color: #fff;
- font-weight: 600;
+ color: #fff;
line-height: 50px;
font-size: 14px;
font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
@@ -75,7 +72,9 @@ export default {
&.collapse {
.sidebar-logo {
- margin-right: 0px;
+ width: 40px;
+ height: 40px;
+ margin-left: -2px;
}
}
}
diff --git a/src/views/layout/components/Sidebar/SidebarItem.vue b/src/views/layout/components/Sidebar/SidebarItem.vue
index f17d6199..3418bf9c 100644
--- a/src/views/layout/components/Sidebar/SidebarItem.vue
+++ b/src/views/layout/components/Sidebar/SidebarItem.vue
@@ -1,20 +1,6 @@
-