光储配置/大屏今日实时收益

This commit is contained in:
huangjp
2026-03-05 15:58:50 +08:00
parent e6026f8646
commit 57253e2e55
13 changed files with 1694 additions and 15 deletions

View File

@ -39,6 +39,19 @@
<div class="unit">万元</div>
</div>
</div>
<div class="income today-income">
<div class="title">
<span class="square" />
<span>今日实时收益</span>
</div>
<div class="value">
<template v-for="(item,index) in info.todayProfit">
<div :key="index" class="number">{{ item }}</div>
</template>
<div class="unit"></div>
</div>
</div>
</div>
</template>
@ -73,10 +86,12 @@ export default {
height: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
.today-income{
width: 90%;
}
.income {
height: 100%;
padding-top: 15px;
z-index: 99999;
.title {
display: flex;