|
@@ -282,9 +282,9 @@ export default {
|
|
// 今日昨日用电量趋势
|
|
// 今日昨日用电量趋势
|
|
eptrendIcoMonth_api() {
|
|
eptrendIcoMonth_api() {
|
|
api.eptrendIcoMonth_api().then((requset) => {
|
|
api.eptrendIcoMonth_api().then((requset) => {
|
|
- this.eptrendIcoMonth = requset.data;
|
|
|
|
- console.log("this.eptrendIcoMonth");
|
|
|
|
- console.log(this.eptrendIcoMonth);
|
|
|
|
|
|
+ this.eptrendIco = requset.data;
|
|
|
|
+ console.log("this.eptrendIco");
|
|
|
|
+ console.log(this.eptrendIco);
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
|
|
@@ -507,7 +507,7 @@ export default {
|
|
// 时间选择器样式
|
|
// 时间选择器样式
|
|
.filterSec .el-input__inner {
|
|
.filterSec .el-input__inner {
|
|
// width: 5.25rem !important;
|
|
// width: 5.25rem !important;
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 80%;
|
|
height: 0.375rem !important;
|
|
height: 0.375rem !important;
|
|
line-height: 0.375rem !important;
|
|
line-height: 0.375rem !important;
|
|
background-color: rgba(3, 107, 119, 0.5);
|
|
background-color: rgba(3, 107, 119, 0.5);
|
|
@@ -517,6 +517,7 @@ export default {
|
|
.filterSec .el-range-input {
|
|
.filterSec .el-range-input {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
color: #fff;
|
|
color: #fff;
|
|
|
|
+ width: 55%;
|
|
}
|
|
}
|
|
.filterSec .el-range-separator {
|
|
.filterSec .el-range-separator {
|
|
line-height: 0.25rem;
|
|
line-height: 0.25rem;
|