From f56800b5d9aceb95b4cec808f05f3dc29d4002d5 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期五, 16 五月 2025 16:21:33 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb --- 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