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

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

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

Loading…
Cancel
Save