From e185715da3eb168373efa60f684774a0694990f2 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期四, 15 五月 2025 14:18:48 +0800
Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb

---
 src/assets/css/infobox.css |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/assets/css/infobox.css b/src/assets/css/infobox.css
index 431c5e9..3a14a8c 100644
--- a/src/assets/css/infobox.css
+++ b/src/assets/css/infobox.css
@@ -150,7 +150,8 @@
   height: 100%;
   z-index: 40;
   border-radius: 4px;
-  padding: 10px 10px;
+  padding: 10px 0px;
+  box-sizing: border-box;
 }
 
 .echartCont p {
@@ -165,6 +166,13 @@
   width: 100%;
   height: 30%;
 }
+
+.echartBox {
+  flex: 1;
+  margin-top: 10px;
+  height: calc(100% - 41px);
+}
+
 /* .echarts1{
   width: 100%;
   height: 100%;
@@ -173,11 +181,6 @@
   width: 100%;
   height: 100%;
 } */
-.echartBox {
-  flex: 1;
-  margin-top: 10px;
-  height: calc(100% - 41px);
-}
 
 .listinfo-btns {
   width: 100%;

--
Gitblit v1.9.3