光储配置/大屏今日实时收益
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user