diff --git a/Web/src/assets/style/main.less b/Web/src/assets/style/main.less index ca5c019..044c5b2 100644 --- a/Web/src/assets/style/main.less +++ b/Web/src/assets/style/main.less @@ -16,6 +16,21 @@ @header-search-icon-color: fade(@white, 60%), @header-search-icon-hover-color: @white, ) { + .yo-layout--spin { + position: absolute; + top: 0; + left: 0; + + width: 100%; + height: 100%; + >div>.ant-spin { + max-height: none; + } + >.ant-spin-container { + width: 100%; + height: 100%; + } + } .ant-layout-header { .header-actions { display: flex; diff --git a/Web/src/views/main/index.vue b/Web/src/views/main/index.vue index f675de5..b841dde 100644 --- a/Web/src/views/main/index.vue +++ b/Web/src/views/main/index.vue @@ -1,29 +1,32 @@