From 02409bfbe15f22fc3b5dccadabfd860a660a49d9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 11 Oct 2025 10:37:14 +0800
Subject: [PATCH] feat: 名称修改
---
src/views/system/topmenu.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/views/system/topmenu.vue b/src/views/system/topmenu.vue
index e84a1b0..16049bd 100644
--- a/src/views/system/topmenu.vue
+++ b/src/views/system/topmenu.vue
@@ -109,8 +109,6 @@
menuGrantList: [],
menuTreeObj: [],
option: {
- height: 'auto',
- calcHeight: 32,
tip: false,
searchShow: true,
searchMenuSpan: 6,
@@ -357,7 +355,7 @@
};
</script>
-<style >
+<style>
.none-border {
border: 0;
background-color: transparent !important;
--
Gitblit v1.9.3