| corelib/common/popup/css/style.css | ●●●●● patch | view | raw | blame | history | |
| corelib/common/popup/evaluateAnalysis.html | ●●●●● patch | view | raw | blame | history | |
| corelib/common/popup/js/evaluateAnalysis.js | ●●●●● patch | view | raw | blame | history |
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; } 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> corelib/common/popup/js/evaluateAnalysis.js
@@ -254,7 +254,6 @@ $('.echarts').removeClass('choose-button') loadPagination() loadSumData() } function loadTable(listData) { @@ -309,7 +308,7 @@ // $(".area").html(area + 'km²') // $(".money").html(money + '万元') $('.description').html("该站位于" + hd.riverway + ",靠近"+hd.stnm.trim()+"水文站,起始距为"+hd.gl_qdj+"m,河段长" + hd.river_length + "m,预计会造成受灾户数" + house + "户,受灾人口" + people + "人,受灾面积" + area + "km²,房屋价值" + money + "万元") $('.description').html("  该站位于" + hd.riverway + ",靠近"+hd.stnm.trim()+"水文站,起始距为"+hd.gl_qdj+"m,河段长" + hd.river_length + "m,预计会造成受灾户数" + house + "户,受灾人口" + people + "人,受灾面积" + area + "km²,房屋价值" + money + "万元") } function loadPagination() {