From 9086593bf8a2283ecbb658a5f3af395bf9541cb4 Mon Sep 17 00:00:00 2001 From: herman94 Date: Wed, 20 Jul 2022 15:00:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E6=9C=AC=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Quality/index.js | 2 +- src/forge/Quality/index.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/forge/Quality/index.js b/src/forge/Quality/index.js index a55f38951..a8f757473 100644 --- a/src/forge/Quality/index.js +++ b/src/forge/Quality/index.js @@ -145,7 +145,7 @@ function Quality(props){
缺陷类型:{severityList[item.severity]}line:{item.line}行
- }):
} + }):
正在检测中,可能需要几分钟...
} : diff --git a/src/forge/Quality/index.scss b/src/forge/Quality/index.scss index ad4ab360d..d147ad03c 100644 --- a/src/forge/Quality/index.scss +++ b/src/forge/Quality/index.scss @@ -102,4 +102,9 @@ padding: 60px 0; display: flex; justify-content: center; + .ant-spin-container{ + margin-top: 70px; + color: blue; + opacity: 1; + } } \ No newline at end of file