From 80872b727e6c2b86d935c7d2465b3ae4fa5da6e5 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Mon, 4 Jun 2018 15:30:02 +0800 Subject: [PATCH] no message Former-commit-id: 68d2ba05ec5fdb22a860ce1abd6bae4126b23249 Former-commit-id: 5247a8adaa9ad79f1d3861e55991f0d36cf7a199 Former-commit-id: 15cab048e5e177ca329218f86c5aba9d8296ed3d --- src/assets/style/theme/star/index.scss | 11 +++++++++++ .../core/MainLayout/components/HeaderMenu/index.vue | 12 ++++++++++++ 2 files changed, 23 insertions(+) diff --git a/src/assets/style/theme/star/index.scss b/src/assets/style/theme/star/index.scss index e52f0a04..0fc398ee 100644 --- a/src/assets/style/theme/star/index.scss +++ b/src/assets/style/theme/star/index.scss @@ -39,6 +39,17 @@ $theme-container-full-border-color: #d8dfea; border-top-color: #FFF; } } + .el-submenu { + .el-submenu__title { + color: #FFF; + &:hover { + background-color: rgba(#000, 0.1); + } + .el-submenu__icon-arrow { + color: #FFF; + } + } + } } // 顶栏右侧 .dd-header-right { diff --git a/src/components/core/MainLayout/components/HeaderMenu/index.vue b/src/components/core/MainLayout/components/HeaderMenu/index.vue index 391713b9..d0994adc 100644 --- a/src/components/core/MainLayout/components/HeaderMenu/index.vue +++ b/src/components/core/MainLayout/components/HeaderMenu/index.vue @@ -2,6 +2,18 @@ + + + 选项1 + 选项2 + 选项3 + + + 选项1 + 选项2 + 选项3 + +