diff --git a/src/index.less b/src/index.less index 60389ec19..62a02cd80 100644 --- a/src/index.less +++ b/src/index.less @@ -111,9 +111,12 @@ body { // temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7 :global { + .ant-spin-nested-loading { + overflow: auto; + } + .ant-spin-container { overflow: visible !important; - box-shadow: 1px 2px 2px rgba(191, 189, 189, 0.5); } .global-spin { diff --git a/src/routes/Document/components/SearchApi.js b/src/routes/Document/components/SearchApi.js index bcfe2da78..f078a5cb6 100644 --- a/src/routes/Document/components/SearchApi.js +++ b/src/routes/Document/components/SearchApi.js @@ -243,7 +243,7 @@ const SearchApi = React.forwardRef((props, ref) => { }, []); return ( -