diff --git a/hx-ai-intelligent/src/App.vue b/hx-ai-intelligent/src/App.vue index 2956895..fd772f8 100644 --- a/hx-ai-intelligent/src/App.vue +++ b/hx-ai-intelligent/src/App.vue @@ -1,8 +1,10 @@ @@ -193,4 +195,13 @@ color: rgba(51, 51, 51, 1); } } +:deep(.ant-spin-nested-loading) { + min-height: 100%; + height: 100%; +} + +:deep(.ant-spin-container) { + min-height: 100%; + height: 100%; +}