소스 검색

Add css rule to center properly slot

sbkwgh 8 년 전
부모
커밋
2baf4a31ef
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/LoadingButton.vue

+ 1 - 0
src/components/LoadingButton.vue

@@ -41,6 +41,7 @@
 			transition: all 0.2s;
 			opacity: 1;
 			display: flex;
+			justify-content: center;
 			align-items: center;
 			height: 100%;
 		}