forked from Gitlink/forgeplus-react
专业定位不显示数据,登录失败弹框被遮挡
This commit is contained in:
parent
20820bef12
commit
66e68f1626
|
@ -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}/>
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
&.newHeaders {
|
||||
// background-color: #1a2358;
|
||||
background-color: #0037af;
|
||||
z-index: 1000000;
|
||||
z-index: 1000;
|
||||
}
|
||||
.newFooter{
|
||||
background: inherit;
|
||||
|
|
|
@ -159,7 +159,3 @@
|
|||
.MuiModal-root-15 {
|
||||
z-index: 10001 !important;
|
||||
}
|
||||
|
||||
.loginNotifion{
|
||||
z-index: 1000001;
|
||||
}
|
|
@ -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 = () => {
|
||||
|
|
Loading…
Reference in New Issue