| | |
| | | <!-- |
| | | * @Author : yuan |
| | | * @Date : 2026-01-06 09:47:09 |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2026-01-06 15:48:49 |
| | | * @FilePath : \applications\drone-command\src\page\index\sidebar\index.vue |
| | | * @Description : |
| | | * Copyright 2026 OBKoro1, All Rights Reserved. |
| | | * 2026-01-06 09:47:09 |
| | | --> |
| | | <template> |
| | | <el-scrollbar class="avue-menu"> |
| | | <div v-if="menu && menu.length == 0 && !isHorizontal" class="avue-sidebar--tip"> |
| | |
| | | .el-menu{ |
| | | :deep(){ |
| | | .el-menu-item.is-active{ |
| | | background: linear-gradient( 90deg, rgba(179,194,255,0.02) 0%, rgba(20,65,255,0.09) 100%) !important; |
| | | border-radius: 16px 16px 16px 16px; |
| | | background: linear-gradient( 90deg, #0300B8 0%, rgba(0,39,153,0) 100%) !important; |
| | | border-radius: 0px 0px 0px 0px !important; |
| | | |
| | | i,span{ |
| | | color: rgba(20, 65, 255, 1) !important; |
| | | color: #FFFFFF !important; |
| | | } |
| | | } |
| | | .el-sub-menu i{ |