专业定位不显示数据,登录失败弹框被遮挡

This commit is contained in:
unknown 2022-02-28 15:45:17 +08:00
parent 20820bef12
commit 66e68f1626
4 changed files with 2 additions and 8 deletions

View File

@ -202,7 +202,7 @@ function Index(props) {
<div className="echartBox">
<p>展示你擅长关注感兴趣的专业范围通过你参与项目收藏项目关注项目复刻项目等数据来统计</p>
{
cloudData && cloudData.categories ?
cloudData && cloudData.categories && cloudData.categories.length >0 ?
<Cloud data={cloudData}/>
:
<Nodata _html="暂无数据" small={true}/>

View File

@ -112,7 +112,7 @@
&.newHeaders {
// background-color: #1a2358;
background-color: #0037af;
z-index: 1000000;
z-index: 1000;
}
.newFooter{
background: inherit;

View File

@ -159,7 +159,3 @@
.MuiModal-root-15 {
z-index: 10001 !important;
}
.loginNotifion{
z-index: 1000001;
}

View File

@ -388,7 +388,6 @@ class LoginDialog extends Component {
message: '提示',
description: response.data.message,
duration: 5,
className: "loginNotifion"
});
}
} else {
@ -433,7 +432,6 @@ class LoginDialog extends Component {
onClick: () => {
},
className: "loginNotifion"
});
}
openqqlogin = () => {