From c6b6a34891c0177de71bb950a1246ca23376342a Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 20 Feb 2023 17:10:05 +0800
Subject: [PATCH] 洪水淹没-表格柱状图改为绝对定位

---
 corelib/common/popup/css/style.css |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index 2a9f52d..ddbc312 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -857,6 +857,9 @@
     text-align: center;
     display: flex;
     flex-direction: row-reverse;
+    position: absolute;
+    right: 19px;
+    z-index: 2;
 }
 
 .list-echarts-button input{
@@ -892,7 +895,7 @@
 .table-label{
     width: 145%;
     font-size: 19px;
-    text-align: right;
+    text-align: center;
     font-weight: bold;
 }
 

--
Gitblit v1.9.3