From 86be3bd87c56cbc82e295cb41542601a0ed55330 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期三, 09 四月 2025 16:22:20 +0800
Subject: [PATCH] 树节点自定义颜色

---
 src/layout/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/layout/index.vue b/src/layout/index.vue
index 231eede..1bfab19 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -133,8 +133,7 @@
         color: #decaac;
         font-size: 24px;
         border-bottom: 1px solid #b9a587;
-        height: 180px;
-
+        height: 18vh;
         .menuText {
           line-height: 50px;
         }

--
Gitblit v1.9.1