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/evaluateAnalysis.html |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/corelib/common/popup/evaluateAnalysis.html b/corelib/common/popup/evaluateAnalysis.html
index 6c28f2b..31a9671 100644
--- a/corelib/common/popup/evaluateAnalysis.html
+++ b/corelib/common/popup/evaluateAnalysis.html
@@ -43,20 +43,19 @@
 <!--                </div>-->
             </div>
             <div class="evaluate-middle-second">
+                <div class="list-echarts-button">
+                    <label>
+                        <input id="echarts" class="echarts" type="button" value="图表"/>
+                    </label>
+                    <label>
+                        <input id="list" class="list" type="button" value="列表"/>
+                    </label>
+                </div>
                 <div class="evaluate-table">
                     <table>
 <!--                            <caption class="evaluate-table-caption table-caption">洪水淹没统计</caption>-->
                         <div class="table-title">
                             <div class="table-label">洪水淹没统计</div>
-                            <div class="list-echarts-button">
-                                <label>
-                                    <input id="echarts" class="echarts" type="button" value="图表"/>
-                                </label>
-                                <label>
-                                    <input id="list" class="list" type="button" value="列表"/>
-                                </label>
-
-                            </div>
                         </div>
                         <thead class="evaluate-table-thead table-thead">
                         <tr>

--
Gitblit v1.9.3