From 5808f76456ca0d40de5074f132b73a5a488e3e13 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 09 Dec 2025 09:12:03 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v9.0/9.0.1' into test

---
 src/views/system/topmenu.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/system/topmenu.vue b/src/views/system/topmenu.vue
index 490f7e0..16049bd 100644
--- a/src/views/system/topmenu.vue
+++ b/src/views/system/topmenu.vue
@@ -38,7 +38,7 @@
         </el-button>
       </template>
       <template #name="{ row }">
-        <i :class="row.source" style="margin-right: 5px" />
+        <i :class="row.source" class="namei"  />
         <span>{{ row.name }}</span>
       </template>
       <template #source="{ row }">
@@ -109,8 +109,6 @@
       menuGrantList: [],
       menuTreeObj: [],
       option: {
-        height: 'auto',
-        calcHeight: 32,
         tip: false,
         searchShow: true,
         searchMenuSpan: 6,
@@ -362,4 +360,7 @@
   border: 0;
   background-color: transparent !important;
 }
+.namei {
+  margin-right: 5px;
+}
 </style>

--
Gitblit v1.9.3