|
@@ -382,12 +382,12 @@
|
|
|
//获取详情
|
|
|
getEnergyCenterElectricity() {
|
|
|
|
|
|
- this.isLoading = true;
|
|
|
+ //this.isLoading = true;
|
|
|
API.energyCenterElectricity({
|
|
|
queryDate:this.queryDate,
|
|
|
type:this.selectType
|
|
|
}).then(response => {
|
|
|
- this.isLoading = false;
|
|
|
+ //this.isLoading = false;
|
|
|
this.showTop=[0,0,0,0,0,0,0,0]
|
|
|
this.energyCenterElectricityObj = response;
|
|
|
|
|
@@ -541,9 +541,15 @@
|
|
|
.mui-checkbox.mui-left label {
|
|
|
padding-left:24px;
|
|
|
}
|
|
|
+ .mui-checkbox input[type=checkbox]:before{
|
|
|
+ content: '\e413';
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
.mui-checkbox input[type=checkbox]:checked:before{
|
|
|
content: '\e443';
|
|
|
}
|
|
|
+
|
|
|
.mui-checkbox input[type=checkbox]:before, .mui-radio input[type=radio]:before{
|
|
|
font-size: 20px;
|
|
|
}
|