Explorar el Código

底边距修改

htc hace 6 meses
padre
commit
be8d634789
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>