From 2d229eef4d2b3bf972e1b4e46d027acf0d080d3b Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期五, 03 十一月 2023 10:26:33 +0800
Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe

---
 web/src/views/LayoutIndex/components/LayoutAside.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/web/src/views/LayoutIndex/components/LayoutAside.vue b/web/src/views/LayoutIndex/components/LayoutAside.vue
index 4969bad..8d29a32 100644
--- a/web/src/views/LayoutIndex/components/LayoutAside.vue
+++ b/web/src/views/LayoutIndex/components/LayoutAside.vue
@@ -21,7 +21,7 @@
 
               <template v-for="three in item.children">
                 <template v-if="three.children && three.children.length > 1">
-                  <el-submenu :key="three.name" :index="three.path">
+                  <el-submenu :key="three.name" :index="three.path" class="titles_two">
                     <template slot="title">
                       <span>{{three.meta.title}}</span>
                     </template>
@@ -117,6 +117,10 @@
   }
 }
 
+.titles_two{
+  padding-left: 15px;
+}
+
 /deep/ .el-menu {
   border-right: 0;
 }
@@ -127,6 +131,7 @@
 }
 
 /deep/ .el-menu-item.is-active {
+  padding-left: 45px!important;
   position: relative;
   margin-left: 10px;
   color: #3DC8FF;

--
Gitblit v1.9.3