xlh 1 년 전
부모
커밋
4a2bdea0c2
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      pages/Sign/Sign.vue

+ 6 - 3
pages/Sign/Sign.vue

@@ -24,7 +24,7 @@
 			};
 		},
 		methods: {
-			gotoIndex(){
+			gotoIndex() {
 				uni.switchTab({
 					url: '/pages/index/index'
 				})
@@ -35,10 +35,13 @@
 
 <style lang="scss" scoped>
 	.sign {
-		margin-top: 230px;
+		display: flex;
+		justify-content: center;
+		align-items: center;
+		height: 100vh;
+
 		.signBox {
 			width: 100%;
-			height: 100%;
 			text-align: center;
 			display: flex;
 			flex-direction: column;