Browse Source

样式修改

v4
chenrui 2 years ago
parent
commit
4ff2dcd78f
  1. 21
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/complaintStatic.html
  2. 3
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statisticsEnterprise/statisticsEnterprise.html

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

@ -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,

3
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statisticsEnterprise/statisticsEnterprise.html

@ -23,6 +23,7 @@
.cont-two .bootstrap-table {
margin-left: -1.5%;
}
</style>
</head>
<body>
@ -133,7 +134,7 @@
<div class="static-content" style="margin: 1% 0;">
<ul>
<li id="enterpriseFragment" th:fragment="enterpriseFragment">
<p th:text="|${year}年:|"></p>
<p><span th:text="|${year}年:|"></span></p>
<p><label th:text="企业数量"></label><b th:text="${number2}"></b></p>
<p></i><label th:text="占比总计"></label><b th:text="${number3}"></b></p>
</li>

Loading…
Cancel
Save