Browse Source

首页样式修改

v6
meizf 1 year ago
parent
commit
3ee9a2ff26
  1. 4
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/static/statistical/styles/home.css
  2. 6
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home.html

4
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/static/statistical/styles/home.css

@ -808,7 +808,7 @@ html, body {
display: flex;
align-items: center;
justify-content: space-around;
margin: 6% 0 0;
margin: 3.5% 0 0;
width: 97%;
}
@ -907,7 +907,7 @@ html, body {
width: 100%;
height: 46%;
background: url("../images/bg_pie.png") no-repeat center;
background-position-y: 40.5%;
background-position-y: 50.5%;
background-size: 48.5%;
}

6
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home.html

@ -846,7 +846,7 @@
type:'pie',
color: ['#2d6fcf', '#4fa0a8', '#5e9acc', '#b29f60','#af5172','#8a61d2', '#6f2c9b', "#9d7173", "#887456", "#9eac71"],
radius : [52, 72],
center : ['50%', '45%'],
center : ['50%', '50%'],
//roseType : 'area',
padAngle: 2,
itemStyle: {
@ -1050,7 +1050,7 @@
grid: {
left: '3%',
right: '3%',
bottom: '3%',
bottom: '0',
containLabel: true
},
xAxis: [
@ -1251,7 +1251,7 @@
grid: {
left: '3%',
right: '3%',
bottom: '3%',
bottom: '0',
containLabel: true
},
xAxis: [

Loading…
Cancel
Save