@@ -478,6 +478,11 @@
min-width: 250px;
text-align: center;
}
+
+ #calendar .datepicker--cell {
+ height: 45px;
+ }
.shenpi-calendar {
background-color: #ffb8ff;
@@ -610,7 +615,7 @@
top:'25%',
left: '3%',
right: '4%',
- bottom: '20%',
+ bottom: '12%',
containLabel: true
},
xAxis: [
@@ -671,7 +676,7 @@
end: 8,
handleSize: 0,
height: 10,
- bottom: '10%',
+ bottom: '5%',
],
series: [
@@ -806,6 +811,7 @@
calculateTender(t);
setData(tenders);
+ myChart.resize();
});
function calculateTender(tender) {