|
@@ -200,7 +200,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="statisticsChart-head" style="margin-top: 20px;">
|
|
|
- <h4>收益统计</h4>
|
|
|
+ <h4>投资人收益统计</h4>
|
|
|
<!-- <view class="navbar-screen" >
|
|
|
{{startTime}}至{{endTime}}
|
|
|
</view> -->
|
|
@@ -211,7 +211,9 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view class="details" v-if="indexData2&&indexData2.incomeMap">
|
|
|
+ <view class="details"
|
|
|
+
|
|
|
+ v-if="indexData2&&indexData2.incomeMap">
|
|
|
|
|
|
<view class="details-row2">
|
|
|
<p @click="popupShow3 = true">{{selectstationName}}
|
|
@@ -934,7 +936,7 @@
|
|
|
}
|
|
|
|
|
|
.details {
|
|
|
- margin-top: 16px;
|
|
|
+
|
|
|
padding: 20px;
|
|
|
background-color: #fff;
|
|
|
border-radius: 8px;
|
|
@@ -977,7 +979,7 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- margin-top: 15px;
|
|
|
+ // margin-top: 15px;
|
|
|
|
|
|
p {
|
|
|
// color: #37393c;
|