feat: update

This commit is contained in:
xiaoxian521
2021-11-06 16:15:25 +08:00
parent c18dbea3cd
commit 4b16bac5dc
15 changed files with 3278 additions and 1513 deletions

View File

@@ -19,7 +19,7 @@ const title =
class="sidebar-logo-link"
to="/"
>
<Icon svg :width="35" :height="35" content="team-iconshuiyuandi" />
<Icon svg :width="35" :height="35" content="team-iconzu2148" />
<span class="sidebar-title">{{ title }}</span>
</router-link>
<router-link
@@ -29,7 +29,7 @@ const title =
class="sidebar-logo-link"
to="/"
>
<Icon svg :width="35" :height="35" content="team-iconshuiyuandi" />
<Icon svg :width="35" :height="35" content="team-iconzu2148" />
<span class="sidebar-title">{{ title }}</span>
</router-link>
</transition>

View File

@@ -80,6 +80,7 @@ function resolvePath(routePath) {
"
>
<el-menu-item
:hide-timeout="100000"
:index="resolvePath(onlyOneChild.path)"
:class="{ 'submenu-title-noDropdown': !isNest }"
style="display: flex; align-items: center"
@@ -94,7 +95,6 @@ function resolvePath(routePath) {
<template #title>
<div
style="
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
@@ -133,6 +133,7 @@ function resolvePath(routePath) {
<el-sub-menu
v-else
:hide-timeout="100000"
ref="subMenu"
:index="resolvePath(props.item.path)"
popper-append-to-body