|
|
@@ -286,7 +286,7 @@ export default {
|
|
|
page: 1,
|
|
|
photoIcon:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newImg/home/photoIcon.png',
|
|
|
editIcon:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newImg/home/editIcon.png',
|
|
|
- serviceIcon:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newImg/home/serviceIcon.png',
|
|
|
+ serviceIcon:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newImg/home/settingNewIcon.png',
|
|
|
simIcon:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newImg/home/simIcon.png',
|
|
|
settingIcon:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newImg/home/settingIcon.png',
|
|
|
isShowPhoto:false,
|
|
|
@@ -367,14 +367,14 @@ export default {
|
|
|
const today = new Date();
|
|
|
this.endDate = this.formatDate(today);
|
|
|
const startDate = new Date(today);
|
|
|
- startDate.setDate(startDate.getDate() - 7);
|
|
|
+ startDate.setDate(startDate.getDate() - 1);
|
|
|
this.startDate = this.formatDate(startDate);
|
|
|
return;
|
|
|
}
|
|
|
const date = new Date(Number(timestamp) * 1000);
|
|
|
this.endDate = this.formatDate(date);
|
|
|
const startDate = new Date(date);
|
|
|
- startDate.setDate(startDate.getDate() - 7);
|
|
|
+ startDate.setDate(startDate.getDate() - 1);
|
|
|
this.startDate = this.formatDate(startDate);
|
|
|
},
|
|
|
switchTab(tab) {
|
|
|
@@ -801,6 +801,8 @@ export default {
|
|
|
type: 'area',
|
|
|
legend: {
|
|
|
position: 'top',
|
|
|
+ float: 'left', // 圆点左对齐
|
|
|
+ lineHeight: 19, // 行间距 8px(字号 11 + 8)
|
|
|
},
|
|
|
fontSize: 11,
|
|
|
background: '#FFFFFF',
|
|
|
@@ -1167,7 +1169,7 @@ export default {
|
|
|
}
|
|
|
.temp-icon{
|
|
|
width: 48rpx;
|
|
|
- height: 48rpx;
|
|
|
+ height: 40rpx;
|
|
|
margin-right: 16rpx;
|
|
|
}
|
|
|
.temp-content{
|
|
|
@@ -1206,7 +1208,7 @@ export default {
|
|
|
}
|
|
|
.swc-icon{
|
|
|
width: 48rpx;
|
|
|
- height: 48rpx;
|
|
|
+ height: 40rpx;
|
|
|
margin-right: 16rpx;
|
|
|
}
|
|
|
.swc-content{
|
|
|
@@ -1245,7 +1247,7 @@ export default {
|
|
|
}
|
|
|
.dept-icon{
|
|
|
width: 48rpx;
|
|
|
- height: 48rpx;
|
|
|
+ height: 40rpx;
|
|
|
margin-right: 16rpx;
|
|
|
}
|
|
|
.dept-content{
|