Quellcode durchsuchen

Merge branch 'feature_业主工会' of http://192.168.4.246:3000/elab-damai-h5/h5-elab-open-ownerUnion into feature_业主工会

张文飞 vor 3 Jahren
Ursprung
Commit
7e6b7da768
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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,
@@ -56,7 +55,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>