浏览代码

改字,微调样式

zhengkaixin 2 年之前
父节点
当前提交
085a98ae92
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      pagesFinance/statistics/index.vue

+ 6 - 4
pagesFinance/statistics/index.vue

@@ -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;