|
|
@@ -192,7 +192,7 @@ export default {
|
|
192
|
192
|
},
|
|
193
|
193
|
grid: {
|
|
194
|
194
|
top: "40px",
|
|
195
|
|
- left: "3%",
|
|
|
195
|
+ left: "5%",
|
|
196
|
196
|
right: "4%",
|
|
197
|
197
|
bottom: "3%",
|
|
198
|
198
|
containLabel: true,
|
|
|
@@ -280,6 +280,10 @@ export default {
|
|
280
|
280
|
},
|
|
281
|
281
|
grid: {
|
|
282
|
282
|
top: "40px",
|
|
|
283
|
+ left: "5%",
|
|
|
284
|
+ right: "4%",
|
|
|
285
|
+ // bottom: "3%",
|
|
|
286
|
+ containLabel: true,
|
|
283
|
287
|
},
|
|
284
|
288
|
xAxis: {
|
|
285
|
289
|
type: "category",
|
|
|
@@ -631,6 +635,7 @@ export default {
|
|
631
|
635
|
background-color: #142f66;
|
|
632
|
636
|
padding: 0;
|
|
633
|
637
|
margin: -16px 0 0 0;
|
|
|
638
|
+ border: 1.5px solid #4a95be;
|
|
634
|
639
|
}
|
|
635
|
640
|
::v-deep.el-date-editor .el-range__icon {
|
|
636
|
641
|
font-size: 12px;
|