|
@@ -856,7 +856,7 @@
|
|
|
getBarCharts(list, interval) {
|
|
|
if (!this.myChart) {
|
|
|
this.myChart = echarts.init(document.getElementById('barEcharts'), null, {
|
|
|
- width: uni.upx2px(700),
|
|
|
+ // width: uni.upx2px(700),
|
|
|
height: uni.upx2px(480)
|
|
|
});
|
|
|
}
|
|
@@ -1079,16 +1079,16 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
- .background::after {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- width: 160%;
|
|
|
- height: 150px;
|
|
|
- background-color: rgba(22, 119, 255, 1);
|
|
|
- left: -30%;
|
|
|
- border-radius: 0 0 50% 50%;
|
|
|
+ // .background::after {
|
|
|
+ // content: '';
|
|
|
+ // position: absolute;
|
|
|
+ // width: 160%;
|
|
|
+ // height: 150px;
|
|
|
+ // background-color: rgba(22, 119, 255, 1);
|
|
|
+ // left: -30%;
|
|
|
+ // border-radius: 0 0 50% 50%;
|
|
|
|
|
|
- }
|
|
|
+ // }
|
|
|
|
|
|
// // 日期
|
|
|
.date-box {
|