xhj 3 rokov pred
rodič
commit
53c23b96dd
2 zmenil súbory, kde vykonal 5 pridanie a 4 odobranie
  1. 4 3
      pages/index/index.vue
  2. 1 1
      pages/user/user.vue

+ 4 - 3
pages/index/index.vue

@@ -291,7 +291,7 @@
 						confine: true
 					},
 					grid: {
-						left: -60,
+						left: 0,
 						right: 5,
 						bottom: 40,
 						top: 40,
@@ -330,9 +330,10 @@
 							color: '#666666',
 							// inside:true,
 							width:10,
-							padding: [-20, -100, 0, 10],
+							padding: [-20, 0, 0, 0],
 							verticalAlign:'top',
-							align:'left'
+							align:'left',
+							inside:true
 						},
 					}],
 					series: [{

+ 1 - 1
pages/user/user.vue

@@ -74,7 +74,7 @@
 			</view>
 		</view>
 		
-		<footer-copyright></footer-copyright>
+		<!-- <footer-copyright></footer-copyright> -->
 		<foot channel="user" :isUpdate="isUpdate"></foot>
 	</view>
 </template>