|
@@ -11,9 +11,9 @@
|
|
|
<view class="back" @click="backDataMonitoringList">
|
|
|
<u-icon name="arrow-left" color="#fff" size="36"></u-icon>
|
|
|
</view>
|
|
|
- <view class="title" @click="titleCk">
|
|
|
- <view class="e">
|
|
|
- {{tabsFrom.title}}
|
|
|
+ <view class="title" @click="titleCk">
|
|
|
+ <view class="e">
|
|
|
+ {{tabsFrom.title}}
|
|
|
</view>
|
|
|
<u-icon name="arrow-down" color="#fff" v-if="tabsFrom.selector1.length"
|
|
|
size="24"></u-icon>
|
|
@@ -97,27 +97,27 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view> -->
|
|
|
- <!-- 统计 -->
|
|
|
- <view class="statistics-content">
|
|
|
- <view class="statistics-item">
|
|
|
- <!-- @click="gotoUrl('/pages/equipmentDataMonitoring/electricityConsumptionDetail?id='
|
|
|
- +FormData.meterId+'&name='+tabsFrom.title+'&type='+FormData.type)"> -->
|
|
|
- <view class="item-title">
|
|
|
- <image class="img" src="@/assets/img/meterStatistics@3x.png"></image>电量统计(度)
|
|
|
- </view>
|
|
|
- <view class="item-value">
|
|
|
- <text>{{electricity}}</text>
|
|
|
- <!-- <u-icon name="arrow-right" color="#cccccc" size="24" ></u-icon> -->
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="statistics-item" >
|
|
|
- <view class="item-title item-title2">
|
|
|
- <image class="img" src="@/assets/img/electricityStatistics@3x.png"></image>电费统计(元)
|
|
|
- </view>
|
|
|
- <view class="item-value">
|
|
|
- {{fee}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <!-- 统计 -->
|
|
|
+ <view class="statistics-content">
|
|
|
+ <view class="statistics-item">
|
|
|
+ <!-- @click="gotoUrl('/pages/equipmentDataMonitoring/electricityConsumptionDetail?id='
|
|
|
+ +FormData.meterId+'&name='+tabsFrom.title+'&type='+FormData.type)"> -->
|
|
|
+ <view class="item-title">
|
|
|
+ <image class="img" src="@/assets/img/meterStatistics@3x.png"></image>电量统计(度)
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ <text>{{electricity}}</text>
|
|
|
+ <!-- <u-icon name="arrow-right" color="#cccccc" size="24" ></u-icon> -->
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="statistics-item" >
|
|
|
+ <view class="item-title item-title2">
|
|
|
+ <image class="img" src="@/assets/img/electricityStatistics@3x.png"></image>电费统计(元)
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ {{fee}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="radio">
|
|
|
<u-radio-group v-model="value" @change="radioGroupChange">
|
|
@@ -147,13 +147,13 @@
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="total" >
|
|
|
- <view class="total-item">
|
|
|
- 电量合计:{{sumQuantity}}度
|
|
|
- </view>
|
|
|
- <view class="total-item">
|
|
|
- 电费合计:{{sumFee}}元
|
|
|
- </view>
|
|
|
+ <view class="total" >
|
|
|
+ <view class="total-item">
|
|
|
+ 电量合计:{{sumQuantity}}度
|
|
|
+ </view>
|
|
|
+ <view class="total-item">
|
|
|
+ 电费合计:{{sumFee}}元
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 异常波动 -->
|
|
@@ -180,12 +180,12 @@
|
|
|
{{item.configName}}
|
|
|
</view>
|
|
|
<view class="time">
|
|
|
- {{item.createTime}}
|
|
|
- <!-- 箭头 -->
|
|
|
- <view class="more">
|
|
|
- <u-icon name="arrow-right" color="#acacac" size="24"></u-icon>
|
|
|
+ {{item.createTime}}
|
|
|
+ <!-- 箭头 -->
|
|
|
+ <view class="more">
|
|
|
+ <u-icon name="arrow-right" color="#acacac" size="24"></u-icon>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
@@ -335,14 +335,14 @@
|
|
|
<view class="headline">
|
|
|
设备信息
|
|
|
</view>
|
|
|
- <view class="infos">
|
|
|
- <view class="item">
|
|
|
- <view class="item-title">
|
|
|
- 设备名称
|
|
|
- </view>
|
|
|
- <view class="item-value">
|
|
|
- {{meterDetail.name}}
|
|
|
- </view>
|
|
|
+ <view class="infos">
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 设备名称
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ {{meterDetail.name}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<view class="item-title">
|
|
@@ -373,25 +373,25 @@
|
|
|
设备地址
|
|
|
</view>
|
|
|
<view class="item-value">
|
|
|
- <span>{{meterDetail.installationAddress}}</span>
|
|
|
+ <span>{{meterDetail.installationAddress}}</span>
|
|
|
<!-- <image class="img" src="@/assets/img/riFill-navigation-fill 1.svg"></image> -->
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <view class="item-title">
|
|
|
- 地址简称
|
|
|
- </view>
|
|
|
- <view class="item-value">
|
|
|
- {{meterDetail.installationAddressSimple}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <view class="item-title">
|
|
|
- 使用单位
|
|
|
- </view>
|
|
|
- <view class="item-value">
|
|
|
- {{meterDetail.customer}}
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 地址简称
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ {{meterDetail.installationAddressSimple}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 使用单位
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ {{meterDetail.customer}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<view class="item-title">
|
|
@@ -434,22 +434,22 @@
|
|
|
getWeek
|
|
|
} from '@/apis/utils'
|
|
|
import * as echarts from 'echarts';
|
|
|
- import * as API from '@/apis/pagejs/index.js'
|
|
|
- import * as API_electricityMeter from '@/apis/pagejs/electricityMeter.js'
|
|
|
+ import * as API from '@/apis/pagejs/index.js'
|
|
|
+ import * as API_electricityMeter from '@/apis/pagejs/electricityMeter.js'
|
|
|
import * as WxJsApi from '@/apis/utils/wxJsApi.js'
|
|
|
|
|
|
export default {
|
|
|
data() {
|
|
|
- return {
|
|
|
- meterDetail: {}, //设备信息
|
|
|
- electricity: 0, //电量统计
|
|
|
+ return {
|
|
|
+ meterDetail: {}, //设备信息
|
|
|
+ electricity: 0, //电量统计
|
|
|
fee: 0, //电费统计
|
|
|
abnormalRecordsList: [], //异常list
|
|
|
companyId: '', //企业id
|
|
|
meterId: '', //设备id
|
|
|
titleName: '',
|
|
|
clickType: -1,
|
|
|
- sumQuantity: 0,
|
|
|
+ sumQuantity: 0,
|
|
|
sumFee: 0,
|
|
|
equipmentInfosShow: false,
|
|
|
kWhList: [],
|
|
@@ -549,54 +549,54 @@
|
|
|
this.getElectricityStatistics();
|
|
|
this.getTimeSlotStatistics();
|
|
|
this.getCompanyInfoList();
|
|
|
- this.getAbnormalAlarmRecord();
|
|
|
+ this.getAbnormalAlarmRecord();
|
|
|
this.getMeterDetails(this.meterId);
|
|
|
- },
|
|
|
- onReady() {
|
|
|
- WxJsApi.getWxConfig(['getLocation', 'openLocation', 'addEventListener', 'scanQRCode']).then((res) => {
|
|
|
- // //(res)
|
|
|
- }).catch(error => {
|
|
|
- //(res)
|
|
|
- })
|
|
|
+ },
|
|
|
+ onReady() {
|
|
|
+ WxJsApi.getWxConfig(['getLocation', 'openLocation', 'addEventListener', 'scanQRCode']).then((res) => {
|
|
|
+ // //(res)
|
|
|
+ }).catch(error => {
|
|
|
+ //(res)
|
|
|
+ })
|
|
|
},
|
|
|
beforeDestroy() {
|
|
|
this.clearTimer(); // 组件销毁前清除定时器
|
|
|
this.intervalReady = false;
|
|
|
console.log("组件销毁前清除定时器")
|
|
|
},
|
|
|
- methods: {
|
|
|
- toMeterLocation() {
|
|
|
- // WxJsApi.openLocation({
|
|
|
- // latitude: parseFloat(this.meterDetail.latitude), //目的地latitude
|
|
|
- // longitude: parseFloat(this.meterDetail.longitude), //目的地longitude
|
|
|
- // name: this.meterDetail.name,
|
|
|
- // address: this.meterDetail.installationAddress,
|
|
|
- // scale: 15, //地图缩放大小,可根据情况具体调整
|
|
|
- // success(res) {
|
|
|
- // uni.hideLoading()
|
|
|
- // },
|
|
|
- // complete() {
|
|
|
- // // uni.hideLoading()
|
|
|
- // }
|
|
|
- // });
|
|
|
- },
|
|
|
- getMeterDetails(meterId) {
|
|
|
- uni.showLoading({
|
|
|
- title: "加载中",
|
|
|
- mask: true,
|
|
|
- })
|
|
|
- API_electricityMeter.meterDetails({
|
|
|
- meterId: meterId
|
|
|
- }).then((res) => {
|
|
|
- uni.hideLoading();
|
|
|
+ methods: {
|
|
|
+ toMeterLocation() {
|
|
|
+ // WxJsApi.openLocation({
|
|
|
+ // latitude: parseFloat(this.meterDetail.latitude), //目的地latitude
|
|
|
+ // longitude: parseFloat(this.meterDetail.longitude), //目的地longitude
|
|
|
+ // name: this.meterDetail.name,
|
|
|
+ // address: this.meterDetail.installationAddress,
|
|
|
+ // scale: 15, //地图缩放大小,可根据情况具体调整
|
|
|
+ // success(res) {
|
|
|
+ // uni.hideLoading()
|
|
|
+ // },
|
|
|
+ // complete() {
|
|
|
+ // // uni.hideLoading()
|
|
|
+ // }
|
|
|
+ // });
|
|
|
+ },
|
|
|
+ getMeterDetails(meterId) {
|
|
|
+ uni.showLoading({
|
|
|
+ title: "加载中",
|
|
|
+ mask: true,
|
|
|
+ })
|
|
|
+ API_electricityMeter.meterDetails({
|
|
|
+ meterId: meterId
|
|
|
+ }).then((res) => {
|
|
|
+ uni.hideLoading();
|
|
|
this.meterDetail = res.data.meter;
|
|
|
- this.dtuInfo = res.data.dtuInfo;
|
|
|
- }).catch(error => {
|
|
|
- uni.showToast({
|
|
|
- title: error,
|
|
|
- icon: "none"
|
|
|
- })
|
|
|
- })
|
|
|
+ this.dtuInfo = res.data.dtuInfo;
|
|
|
+ }).catch(error => {
|
|
|
+ uni.showToast({
|
|
|
+ title: error,
|
|
|
+ icon: "none"
|
|
|
+ })
|
|
|
+ })
|
|
|
},
|
|
|
clearTimer() {
|
|
|
if (this.intervalId) {
|
|
@@ -642,7 +642,7 @@
|
|
|
configId: '',
|
|
|
pageIndex: 1,
|
|
|
pageSize: 2,
|
|
|
- companyId: this.companyId,
|
|
|
+ companyId: this.companyId,
|
|
|
meterId: this.meterId
|
|
|
}).then((res) => {
|
|
|
uni.hideLoading();
|
|
@@ -677,7 +677,7 @@
|
|
|
this.value = '4';
|
|
|
|
|
|
this.getTimeSlotStatistics();
|
|
|
- this.getElectricityStatistics();
|
|
|
+ this.getElectricityStatistics();
|
|
|
this.getMeterDetails(e[2].value);
|
|
|
}
|
|
|
},
|
|
@@ -694,7 +694,7 @@
|
|
|
this.value = '4';
|
|
|
|
|
|
this.getTimeSlotStatistics();
|
|
|
- this.getElectricityStatistics();
|
|
|
+ this.getElectricityStatistics();
|
|
|
this.getMeterDetails(this.meterId);
|
|
|
},
|
|
|
queryDate(queryTime, day) {
|
|
@@ -729,7 +729,7 @@
|
|
|
return {
|
|
|
label: item.name,
|
|
|
value: item.id,
|
|
|
- children: [
|
|
|
+ children: [
|
|
|
// {
|
|
|
// label: '抄表',
|
|
|
// value: '1',
|
|
@@ -807,8 +807,8 @@
|
|
|
uni.hideLoading();
|
|
|
}
|
|
|
this.hourMap = response.data.hourMap;
|
|
|
- this.sumQuantity = response.data.kwhMap.kwh;
|
|
|
- this.sumFee = response.data.kwhMap.fee;
|
|
|
+ this.sumQuantity = response.data.kwhMap.kwh;
|
|
|
+ this.sumFee = response.data.kwhMap.fee;
|
|
|
|
|
|
this.getBarCharts(this.hourMap, interval);
|
|
|
|
|
@@ -843,8 +843,8 @@
|
|
|
uni.hideLoading();
|
|
|
}
|
|
|
this.showTop = [0, 0, 0, 0, 0, 0, 0, 0]
|
|
|
- var electricity = response.data.kwhMap.kwh + "";
|
|
|
- this.electricity = response.data.kwhMap.kwh;
|
|
|
+ var electricity = response.data.kwhMap.kwh + "";
|
|
|
+ this.electricity = response.data.kwhMap.kwh;
|
|
|
this.fee = response.data.kwhMap.fee;
|
|
|
|
|
|
if (electricity) {
|
|
@@ -923,10 +923,10 @@
|
|
|
type: 'shadow'
|
|
|
},
|
|
|
formatter: (value) => {
|
|
|
-
|
|
|
- var name = value[0].name;
|
|
|
- var obj=list[name]
|
|
|
- var text= `<p>${name}</p>`
|
|
|
+
|
|
|
+ var name = value[0].name;
|
|
|
+ var obj=list[name]
|
|
|
+ var text= `<p>${name}</p>`
|
|
|
|
|
|
|
|
|
if (obj.electricityPrice != undefined) {
|
|
@@ -986,9 +986,9 @@
|
|
|
this.queryDate(this.tabsFrom.show2Index, false)
|
|
|
}
|
|
|
},
|
|
|
- selector2cancel() {
|
|
|
- if(this.clickType != -1) {
|
|
|
-
|
|
|
+ selector2cancel() {
|
|
|
+ if(this.clickType != -1) {
|
|
|
+
|
|
|
}
|
|
|
this.value = this.clickType;
|
|
|
},
|
|
@@ -1001,7 +1001,7 @@
|
|
|
this.FormData2.queryDate = parseUnixTime(new Date(), '{y}-{m}-{d}');
|
|
|
this.queryDay = parseUnixTime(new Date(this.FormData2.queryDate), '{y}年{m}月{d}日');
|
|
|
this.getTimeSlotStatistics();
|
|
|
- } else {
|
|
|
+ } else {
|
|
|
this.clickType="4"
|
|
|
this.FormData.type = this.clickType;
|
|
|
this.value = this.clickType;
|
|
@@ -1042,7 +1042,7 @@
|
|
|
padding-bottom: 184rpx;
|
|
|
}
|
|
|
|
|
|
- /deep/.u-select__header__title {
|
|
|
+ ::v-deep.u-select__header__title {
|
|
|
font-size: 36rpx;
|
|
|
font-weight: bold;
|
|
|
}
|
|
@@ -1053,7 +1053,7 @@
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
- z-index: 999;
|
|
|
+ z-index: 999;
|
|
|
width: 100%;
|
|
|
|
|
|
.back {
|
|
@@ -1065,13 +1065,13 @@
|
|
|
color: #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
- flex: 1;
|
|
|
- .e{
|
|
|
- width: 70%;
|
|
|
- white-space: nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow: hidden;
|
|
|
+ justify-content: center;
|
|
|
+ flex: 1;
|
|
|
+ .e{
|
|
|
+ width: 70%;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1083,19 +1083,19 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- /deep/.uicon-nav-back {
|
|
|
+ ::v-deep.uicon-nav-back {
|
|
|
color: #fff !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
.background {
|
|
|
background-color: rgba(22, 119, 255, 1);
|
|
|
- padding-top: 88rpx;
|
|
|
+ padding-top: 88rpx;
|
|
|
height: 150px;
|
|
|
padding-bottom: 100rpx;
|
|
|
position: relative;
|
|
|
|
|
|
- /deep/.u-border-bottom:after {
|
|
|
+ ::v-deep.u-border-bottom:after {
|
|
|
border: none;
|
|
|
}
|
|
|
|
|
@@ -1114,15 +1114,15 @@
|
|
|
|
|
|
|
|
|
.background::after {
|
|
|
-
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- bottom:-39rpx;
|
|
|
- width: 100%;
|
|
|
- height: 40rpx; /* 弧形的高度 */
|
|
|
- background-color: rgba(22, 119, 255, 1); /* 弧形的颜色 */
|
|
|
- border-radius: 50%; /* 创建圆形 */
|
|
|
- border-top-left-radius: 0;
|
|
|
+
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ bottom:-39rpx;
|
|
|
+ width: 100%;
|
|
|
+ height: 40rpx; /* 弧形的高度 */
|
|
|
+ background-color: rgba(22, 119, 255, 1); /* 弧形的颜色 */
|
|
|
+ border-radius: 50%; /* 创建圆形 */
|
|
|
+ border-top-left-radius: 0;
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
|
}
|
|
@@ -1186,53 +1186,53 @@
|
|
|
padding: 32rpx 32rpx 0rpx;
|
|
|
border-radius: 8px;
|
|
|
margin: -188rpx 32rpx 0;
|
|
|
- position: relative;
|
|
|
- border: 1px solid rgba(255,255,255,1);
|
|
|
- background: linear-gradient(180deg, rgba(187,216,255,1) 0%,rgba(255,255,255,1) 63%);
|
|
|
- // 统计
|
|
|
- .statistics-content{
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
-
|
|
|
-
|
|
|
- .statistics-item{
|
|
|
- width: 300rpx;
|
|
|
- padding: 24rpx 0 24rpx 24rpx;
|
|
|
- border-radius: 8px;
|
|
|
- box-shadow: 0px 0px 8px 0px rgba(22,119,255,0.3);
|
|
|
- background-color: #fff;
|
|
|
- }
|
|
|
- .item-title{
|
|
|
- color: rgba(22,119,255,1);
|
|
|
- font-size: 32rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- font-weight: bold;
|
|
|
- .img{
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- vertical-align: middle;
|
|
|
- margin-right: 4rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- .item-title2{
|
|
|
- color: rgba(129,97,255,1);
|
|
|
- }
|
|
|
- .item-value{
|
|
|
- color: rgba(16,16,16,1);
|
|
|
- font-size: 48rpx;
|
|
|
- font-weight: bold;
|
|
|
- margin-top: 8rpx;
|
|
|
- overflow: hidden;
|
|
|
- white-space: nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
+ position: relative;
|
|
|
+ border: 1px solid rgba(255,255,255,1);
|
|
|
+ background: linear-gradient(180deg, rgba(187,216,255,1) 0%,rgba(255,255,255,1) 63%);
|
|
|
+ // 统计
|
|
|
+ .statistics-content{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+
|
|
|
+ .statistics-item{
|
|
|
+ width: 300rpx;
|
|
|
+ padding: 24rpx 0 24rpx 24rpx;
|
|
|
+ border-radius: 8px;
|
|
|
+ box-shadow: 0px 0px 8px 0px rgba(22,119,255,0.3);
|
|
|
+ background-color: #fff;
|
|
|
+ }
|
|
|
+ .item-title{
|
|
|
+ color: rgba(22,119,255,1);
|
|
|
+ font-size: 32rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ font-weight: bold;
|
|
|
+ .img{
|
|
|
+ width: 32rpx;
|
|
|
+ height: 32rpx;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-right: 4rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .item-title2{
|
|
|
+ color: rgba(129,97,255,1);
|
|
|
+ }
|
|
|
+ .item-value{
|
|
|
+ color: rgba(16,16,16,1);
|
|
|
+ font-size: 48rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-top: 8rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
text{
|
|
|
display: inline-block;
|
|
|
- width: 80%;
|
|
|
- margin-right: 4rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+ width: 80%;
|
|
|
+ margin-right: 4rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.title {
|
|
@@ -1309,17 +1309,17 @@
|
|
|
.radio {
|
|
|
margin-top: 24rpx;
|
|
|
padding-left: 8rpx;
|
|
|
- /deep/.u-radio {
|
|
|
- margin-bottom: 8px;
|
|
|
- min-width: 25% !important;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
- /deep/.u-radio__label{
|
|
|
- margin-left: 24rpx;
|
|
|
- font-size: 28rpx; ;
|
|
|
+ ::v-deep.u-radio {
|
|
|
+ margin-bottom: 8px;
|
|
|
+ min-width: 25% !important;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+ ::v-deep.u-radio__label{
|
|
|
+ margin-left: 24rpx;
|
|
|
+ font-size: 28rpx; ;
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -1352,22 +1352,22 @@
|
|
|
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
font-size: 36rpx;
|
|
|
- margin-left: 16rpx;
|
|
|
+ margin-left: 16rpx;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.more {
|
|
|
- margin-left: auto;
|
|
|
- border: 1px solid rgba(187,187,187,1);
|
|
|
- border-radius: 4px;
|
|
|
- padding: 8rpx;
|
|
|
+ margin-left: auto;
|
|
|
+ border: 1px solid rgba(187,187,187,1);
|
|
|
+ border-radius: 4px;
|
|
|
+ padding: 8rpx;
|
|
|
font-size: 24rpx;
|
|
|
}
|
|
|
- }
|
|
|
- .total{
|
|
|
- text-align: center;
|
|
|
- color: rgba(51,51,51,1);
|
|
|
- font-weight: bold;
|
|
|
+ }
|
|
|
+ .total{
|
|
|
+ text-align: center;
|
|
|
+ color: rgba(51,51,51,1);
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.chart {
|
|
@@ -1406,7 +1406,7 @@
|
|
|
align-items: center;
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
font-size: 36rpx;
|
|
|
- margin-left: 16rpx;
|
|
|
+ margin-left: 16rpx;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
@@ -1512,11 +1512,11 @@
|
|
|
|
|
|
.time {
|
|
|
color: rgba(119, 119, 119, 1);
|
|
|
- font-size: 24rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- .more{
|
|
|
- margin-left: 4rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ .more{
|
|
|
+ margin-left: 4rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|