diff --git a/.env.development b/.env.development index cb40c6a..a0b74b7 100644 --- a/.env.development +++ b/.env.development @@ -1,11 +1,3 @@ -### - # @Descripttion: - # @version: - # @Author: JC9527 - # @Date: 2024-03-12 17:22:56 - # @LastEditors: JC9527 - # @LastEditTime: 2024-09-04 09:18:37 -### # 页面标题 VUE_APP_TITLE = 数字高新驾驶舱-算法预警服务平台 diff --git a/src/assets/styles/sidebar.scss b/src/assets/styles/sidebar.scss index 56da12e..3a12827 100644 --- a/src/assets/styles/sidebar.scss +++ b/src/assets/styles/sidebar.scss @@ -82,6 +82,16 @@ .cesileiming { background-color: rgba(100,113,129,0.5); + margin: 10px 0; + li,.el-submenu__title { + background-color: transparent !important; + } + .cesileiming-a { + li { + background-color: rgba(47,138,229,0.5) !important; + color: #fff !important; + } + } } // menu hover diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue index aaf278b..511ad2d 100644 --- a/src/layout/components/Sidebar/SidebarItem.vue +++ b/src/layout/components/Sidebar/SidebarItem.vue @@ -1,14 +1,15 @@