shish il y a 1 an
Parent
commit
a97703b4d6
1 fichiers modifiés avec 6 ajouts et 3 suppressions
  1. 6 3
      ghsApp/src/admin/book/detail.vue

+ 6 - 3
ghsApp/src/admin/book/detail.vue

@@ -69,6 +69,9 @@ export default {
 		}
 	},
 	methods: {
+		init(){
+
+		},
 		goBack(){
 			// #ifdef MP-WEIXIN
 			uni.navigateBack()
@@ -92,17 +95,17 @@ export default {
 	padding:20upx 20upx 60upx 20upx;
     .title{
 		font-weight: bold;
-		font-size:42upx;
+		font-size:44upx;
 		margin-bottom:22upx;
 	}
 	.smallTitle{
 		font-weight: bold;
-		font-size:32upx;
+		font-size:36upx;
 		font-weight: bold;
 		margin:25upx 0 25upx 0;
 	}
 	.info{
-    	font-size:32upx;
+    	font-size:33upx;
 		margin-bottom:20upx;
 	}
 	.image{