Ver Fonte

底边距修改

htc há 6 meses atrás
pai
commit
be8d634789
1 ficheiros alterados com 1 adições e 1 exclusões
  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>