From d4b0e13fa18f8cbd15bc416d2d52ddb614aafea5 Mon Sep 17 00:00:00 2001 From: duyufeng Date: Mon, 26 Aug 2024 09:27:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E5=9B=BE=E4=B8=8D=E8=83=BD=E5=85=A8=E5=B1=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/src/App.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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%; +}