diff --git a/src/App.less b/src/App.less index 74e80794..23f95860 100644 --- a/src/App.less +++ b/src/App.less @@ -19,7 +19,7 @@ .result-spin { height: 100%; width: 100%; - display: flex; - align-items: center; - justify-content: center; + display: block; + position: absolute; + top: 50%; }