Ver código fonte

Merge branch 'deploy' of http://git.chelingzhu.com/chelingzhu-web/storeCheck-app into deploy

lilei 4 anos atrás
pai
commit
a8982f2e3f

+ 0 - 3
App.vue

@@ -45,7 +45,4 @@
 		width: 24upx !important;
 		height: 24upx !important;
 	}
-	page {
-		height: 100%;
-	}
 </style>

+ 4 - 1
pages/toDoList/addBacklog.vue

@@ -202,7 +202,10 @@
 	}
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" >
+	page{
+		height: 100%;
+	}
 	.back-body {
 		height: 100%;
 		background-color: #eee;

+ 4 - 1
pages/toDoList/backlogDetail.vue

@@ -193,7 +193,10 @@
 	}
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" >
+	page{
+		height: 100%;
+	}
 	.back-content {
 		background-color: #eee;
 		height: 100%;

+ 1 - 1
pages/toDoList/searchModal.vue

@@ -180,7 +180,7 @@
 	}
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" >
 	.modal-content {
 		position: relative;
 	}

+ 1 - 1
pages/toDoList/toDoList.vue

@@ -318,7 +318,7 @@
 	}
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" >
 	page{
 		height: 100%;
 		background: #F8F8F8;