diff --git a/src/components/Layout/GlobalHeader/index.less b/src/components/Layout/GlobalHeader/index.less index ce79864f..d1a78e54 100644 --- a/src/components/Layout/GlobalHeader/index.less +++ b/src/components/Layout/GlobalHeader/index.less @@ -128,6 +128,9 @@ height: 100%; color: @title-color; position: relative; + flex-grow: 1; + z-index: 200; + box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.09); } .avatar { diff --git a/src/components/PageLoading/index.jsx b/src/components/PageLoading/index.jsx index 2d6412e6..ca0c9bc0 100644 --- a/src/components/PageLoading/index.jsx +++ b/src/components/PageLoading/index.jsx @@ -20,7 +20,6 @@ const PageLoading = (props) => { return (