diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/complaintStatic.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/complaintStatic.html
index 363f6232..9e8faee3 100644
--- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/complaintStatic.html
+++ b/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%;
+ }
+
@@ -159,7 +170,7 @@
-
@@ -397,7 +408,7 @@
{
name: '投诉类型统计',
type: 'pie',
- radius: ['35%', '50%'],
+ radius: ['30%', '40%'],
data: pieData,
label: {
show: true,
diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statisticsEnterprise/statisticsEnterprise.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statisticsEnterprise/statisticsEnterprise.html
index 7da6f3dd..81ccc476 100644
--- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statisticsEnterprise/statisticsEnterprise.html
+++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statisticsEnterprise/statisticsEnterprise.html
@@ -23,6 +23,7 @@
.cont-two .bootstrap-table {
margin-left: -1.5%;
}
+
@@ -133,7 +134,7 @@