shish 3 лет назад
Родитель
Сommit
6bfcbd2c86
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      ghsApp/src/admin/stat/clear.vue

+ 4 - 4
ghsApp/src/admin/stat/clear.vue

@@ -6,9 +6,9 @@
 			<DateSelect class="bar" top="0" defaultShowName="结账时间" @selectDateFn="selectClearDateFn" />
 		</view>
 		<view style="position:absolute;top:80upx;">
-			<text style="margin-left:140upx;color:#666666;" @click="selectCustom()">选客户</text>
-			<text style="margin-left:130upx;color:#666666;" @click="showUnClear()">待结清</text>
-			<text style="margin-left:130upx;color:#666666;" @click="resetData()">重置</text>
+			<text style="margin-left:140upx;color:#666666;font-size:28upx;" @click="selectCustom()">选客户</text>
+			<text style="margin-left:130upx;color:#666666;font-size:28upx;" @click="showUnClear()">待结清</text>
+			<text style="margin-left:130upx;color:#666666;font-size:28upx;" @click="resetData()">重置</text>
 		</view>
 		<view class="main-view">
 			<view class="space-view ex-table">
@@ -177,7 +177,7 @@ export default {
 		}
 	}
 	.main-view {
-		margin-top:110upx;
+		margin-top:120upx;
 		flex: 1;
 		background-color: #f9fbfc;
 		.space-view {