|
|
|
@ -13,6 +13,17 @@ |
|
|
|
.tab-content.active { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
|
.cont-two { |
|
|
|
display: flex; |
|
|
|
justify-content: space-around; |
|
|
|
width: 90%; |
|
|
|
} |
|
|
|
|
|
|
|
.cont-two .bootstrap-table { |
|
|
|
margin-left: -1.5%; |
|
|
|
} |
|
|
|
|
|
|
|
</style> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
@ -159,7 +170,7 @@ |
|
|
|
<div class="static-content" style="margin: 1% 0;"> |
|
|
|
<ul> |
|
|
|
<li id="complaintB" th:fragment="complaintB"> |
|
|
|
<p th:text="|${year}年:|"></p> |
|
|
|
<p><span th:text="|${year}年:|"></span></p> |
|
|
|
<p><label th:text="投诉数量"></label><b th:text="${Number3}"></b></p> |
|
|
|
<p></i><label th:text="占比总计"></label><b th:text="${dou}"></b></p> |
|
|
|
</li> |
|
|
|
@ -169,9 +180,9 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
</form> |
|
|
|
<div class="cont-box"> |
|
|
|
<table id="bootstrap-table2" style="width: 650px;"></table> |
|
|
|
<div id="container" style="width: 500px;height:500px;"></div> |
|
|
|
<div class="cont-two"> |
|
|
|
<table id="bootstrap-table2" style="width: 750px;"></table> |
|
|
|
<div id="container" style="width: 600px;height:450px;"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -397,7 +408,7 @@ |
|
|
|
{ |
|
|
|
name: '投诉类型统计', |
|
|
|
type: 'pie', |
|
|
|
radius: ['35%', '50%'], |
|
|
|
radius: ['30%', '40%'], |
|
|
|
data: pieData, |
|
|
|
label: { |
|
|
|
show: true, |
|
|
|
|