王晓晨 3 years ago
parent
commit
2dbc387b77
2 changed files with 3 additions and 3 deletions
  1. 1 2
      pages.json
  2. 2 1
      pages/reportPage/reportPage.vue

+ 1 - 2
pages.json

@@ -7,7 +7,6 @@
 				"enablePullDownRefresh": true,
 				"onReachBottomDistance": 50,
 				"scrollIndicator": "none",
-				"navigationStyle":"custom",
 				"app-plus": {
 					"pullToRefresh": {
 						"support": true,
@@ -39,7 +38,7 @@
 		"navigationBarTitleText": "uni-app",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8",
-		"navigationStyle":"default",
+		"navigationStyle":"custom",
 		"app-plus": {
 			"titleView": false
 		}

+ 2 - 1
pages/reportPage/reportPage.vue

@@ -25,11 +25,12 @@
 <style lang="scss" scoped>
 	page {
 		width: 100vw;
-		height: 100vh;
+		height: 100vh;		
 	}
 	.content {
 		width: 100%;
 		height: 100%;
+		background-color: #F5F5F7;
 	}
 	
 </style>