From b1398528bd9f5245f580285681cca6abc192c651 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期五, 16 五月 2025 16:00:43 +0800
Subject: [PATCH] change

---
 src/components/tools/Legend_mnfz.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/components/tools/Legend_mnfz.vue b/src/components/tools/Legend_mnfz.vue
index eb1f228..6f0c41c 100644
--- a/src/components/tools/Legend_mnfz.vue
+++ b/src/components/tools/Legend_mnfz.vue
@@ -31,7 +31,7 @@
 
 <style lang="less" scoped>
 .legend-container {
-  padding: 1rem;
+  padding: 0.8rem;
   border: 1px solid #ddd;
   border-radius: 8px;
   max-width: 100%;
@@ -40,6 +40,7 @@
 }
 
 .legend-title {
+  margin-bottom: 8px;
   width: 100%;
   text-align: center;
   letter-spacing: 2px;
@@ -61,9 +62,10 @@
 }
 
 .legend-color-box {
-  width: 60px;
-  height: 10px;
+  width: 4rem;
+  height: 1rem;
   margin-right: 0.5rem;
+  margin-left: 0.5rem;
   display: inline-block;
 }
 

--
Gitblit v1.9.3