Browse Source

监督端-执法投诉-投诉类型统计表格宽高调整

v6
zouyx 1 year ago
parent
commit
95cdef0563
  1. 8
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/complaintStatic.html

8
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/complaintStatic.html

@ -195,21 +195,21 @@
</div>
</form>
<div class="cont-two" id="cont-two-1">
<table id="bootstrap-table2" style="width: 750px;"></table>
<table id="bootstrap-table2" style="width: 500px;"></table>
<div class="chart-box">
<h3 class="chart-title">投诉类型数量及占比</h3>
<div id="echartComplaint1" style="width: 600px;height:450px;"></div>
</div>
</div>
<div class="cont-two" id="cont-two-2">
<table id="bootstrap-table3" style="width: 750px;"></table>
<table id="bootstrap-table3" style="width: 500px;"></table>
<div class="chart-box">
<h3 class="chart-title">投诉企业所属区域数量及占比</h3>
<div id="echartComplaint2" style="width: 600px;height:450px;"></div>
</div>
</div>
<div class="cont-two" id="cont-two-3">
<table id="bootstrap-table4" style="width: 750px;"></table>
<table id="bootstrap-table4" style="width: 500px;"></table>
<div class="chart-box">
<h3 class="chart-title">投诉企业所属街道数量及占比</h3>
<div id="echartComplaint3" style="width: 600px;height:450px;"></div>
@ -317,6 +317,7 @@
showColumns: false,
showRefresh: false,
showToggle: false,
height:400,
columns: [
{
field : 'name',
@ -350,6 +351,7 @@
showColumns: false,
showRefresh: false,
showToggle: false,
height:400,
columns: [
{
field : 'name',

Loading…
Cancel
Save