Browse Source

bug修改

v6
lijun 1 year ago
parent
commit
8ce2f0e54b
  1. 10
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/static/statistical/styles/analysis.css

10
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/static/statistical/styles/analysis.css

@ -135,9 +135,9 @@ body {
margin: 0.5%;
width: calc(99% - 2px);
border-radius: 10px;
box-shadow: 0 0 10px #ddd;
box-shadow: 0 0 5px rgba(221,221,221,.5);
background: #fff url(../images/bg_data_item.jpg) no-repeat;
border: 1px solid rgba(126, 195, 241, .8);
border: 1px solid rgba(126, 195, 241, .5);
}
.data_item {
@ -237,7 +237,7 @@ body {
.echarts_box {
position: relative;
width: 100%;
height: calc(85% - 3.75rem);
height: calc(85% - 5rem);
overflow: hidden;
}
@ -276,7 +276,7 @@ body {
.echarts_mult {
display: flex;
flex-wrap: wrap;
margin: 0.75% 0.5% 1%;
margin: 0.5% 0.5% 1%;
padding-bottom: 5rem;
width: 99%;
height: calc(100% - 25rem);
@ -306,7 +306,7 @@ body {
position: relative;
flex-wrap: wrap;
float: left;
margin: 0.5% 1.23% 0.85% 0;
margin: 0.5% 1.23% 0.5% 0;
padding: 0.75% 1% 0.25%;
width: 32.51%;
height: 18rem;

Loading…
Cancel
Save