소스 검색

Align to center of button

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

+ 3 - 0
src/components/LoadingButton.vue

@@ -40,6 +40,9 @@
 		@at-root #{&}__slot {
 			transition: all 0.2s;
 			opacity: 1;
+			display: flex;
+			align-items: center;
+			height: 100%;
 		}