Browse Source

底边距修改

htc 6 months ago
parent
commit
be8d634789
1 changed files with 1 additions and 1 deletions
  1. 1 1
      App.vue

+ 1 - 1
App.vue

@@ -15,5 +15,5 @@
 <style lang="scss">
 	/*每个页面公共css */
 	@import "@/node_modules/uview-ui/index.scss";
-	.page{padding-bottom: 130rpx;background-color: #E1EDFF;}
+	.page{padding-bottom: 145rpx;background-color: #E1EDFF;}
 </style>