diff --git a/src/config/index.js b/src/config/index.js
index 3239f242..727e23f3 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -11,7 +11,8 @@ const DEFAULT_CONFIG = {
//MOCK接口地址
MOCK_URL: "https://www.fastmock.site/mock/44c807475f7eeba73409792255781935/api",
- //布局 默认:default | 通栏:header | 经典:menu
+ //布局 默认:default | 通栏:header | 经典:menu | 功能坞:dock
+ //dock将关闭标签和面包屑栏
LAYOUT: 'default',
//菜单是否折叠
diff --git a/src/layout/components/setting.vue b/src/layout/components/setting.vue
index d6599d1f..e671a763 100644
--- a/src/layout/components/setting.vue
+++ b/src/layout/components/setting.vue
@@ -7,6 +7,7 @@
+
diff --git a/src/layout/index.vue b/src/layout/index.vue
index c2773535..2253c9e9 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -78,6 +78,36 @@
+
+
+
+
+
+
+
diff --git a/src/style/app.less b/src/style/app.less
index 3a479c7b..dc5d1837 100644
--- a/src/style/app.less
+++ b/src/style/app.less
@@ -37,6 +37,13 @@ a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: bo
.adminui-header .user-bar .panel-item:hover {background: rgba(255, 255, 255, 0.1)!important;}
.adminui-header .user-bar .user label{color: #fff;}
+.adminui-header-menu {box-shadow: 0 1px 4px rgba(0,0,0,.1);z-index: 1;height:70px;}
+.adminui-header-menu .el-submenu.is-opened .el-submenu__title {background: #ecf5ff;}
+.adminui-header-menu .el-submenu__title {display: flex;flex-direction: column;align-items: center;justify-content: center;height: 70px !important;line-height: 70px !important;padding: 0 30px;}
+.adminui-header-menu .el-submenu__title span {line-height: 21px;}
+.adminui-header-menu .el-submenu__title i {margin-right: 0px;}
+.adminui-header-menu .el-submenu__title .el-submenu__icon-arrow {margin: 0;display: none;}
+
/* 左侧菜单 */
.aminui-side-split {width:65px;flex-shrink:0;background: #222b45;}
.adminui-side-split-scroll {overflow: auto;overflow-x:hidden;height: 100%;}