From 2c3fd0aac9a8b602c8ec9f19c8fbd121d6a850c8 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 27 Aug 2019 15:32:19 +0800 Subject: [PATCH] =?UTF-8?q?spin=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/tpm/TPMIndexHOC.js | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/tpm/TPMIndexHOC.js b/public/react/src/modules/tpm/TPMIndexHOC.js index 9091aac5b..f1c9d5253 100644 --- a/public/react/src/modules/tpm/TPMIndexHOC.js +++ b/public/react/src/modules/tpm/TPMIndexHOC.js @@ -421,7 +421,7 @@ export function TPMIndexHOC(WrappedComponent) { slowDownload: this.slowDownload } return ( -
+
{isRender===true ? this.hideLoginDialog()} {...this.props} @@ -454,9 +454,25 @@ export function TPMIndexHOC(WrappedComponent) { -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1); box-shadow: 0px 0px 12px rgba(0,0,0,0.1); } + + .globalSpin { + + } + .indexHOC > .ant-spin-nested-loading { + background: #000; + } + + .globalSpin .ant-spin-text { + text-shadow: none !important; + color: #fff; + } + .globalSpin .ant-spin-dot-item { + background-color: #fff; + } ` } -