shish 3 лет назад
Родитель
Сommit
523709bb2e
2 измененных файлов с 4 добавлено и 9 удалено
  1. 3 8
      ghsApp/src/admin/stat/kdIncome.vue
  2. 1 1
      ghsApp/src/admin/stat/profit.vue

+ 3 - 8
ghsApp/src/admin/stat/kdIncome.vue

@@ -1,11 +1,6 @@
 <template>
 <view class="app-content">
 	<view class="ex-page">
-		<view class="input-wrap_box">
-			<view>
-				<AppSearchModule placeholder="输入拼音首字母搜索" @input="searchFn"/>
-			</view>
-		</view>
 		<view class="top-bar">
 			<DateSelect class="bar" top="0" @selectDateFn="selectDateFn" />
 		</view>
@@ -29,7 +24,7 @@
 
 						<t-tr>
 							<t-td align="center">
-								<view style="font-weight:bold;color:black;font-size:34upx;">
+								<view style="font-weight:bold;color:black;font-size:32upx;">
 									合计 ¥{{totalIncome}}
 								</view>
 							</t-td>
@@ -186,7 +181,7 @@ export default {
 	.top-bar {
 		position: absolute;
 		left: 0;
-		top:130upx;
+		top:10upx;
 		display: flex;
 		width: 100%;
 		z-index: 20;
@@ -200,7 +195,7 @@ export default {
 		}
 	}
 	.main-view {
-		margin-top: 90upx;
+		margin-top:50upx;
 		flex: 1;
 		background-color: #f9fbfc;
 		.space-view {

+ 1 - 1
ghsApp/src/admin/stat/profit.vue

@@ -29,7 +29,7 @@
 						</view>
 						<t-tr>
 							<t-td align="center">
-								<view style="font-weight:bold;color:black;font-size:32upx;">合计 ¥{{profit.balance||0}}</view>
+								<view style="font-weight:bold;color:black;font-size:32upx;">利润 ¥{{profit.balance||0}}</view>
 							</t-td>
 						</t-tr>