浏览代码

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%;
 		}