Merge remote-tracking branch 'origin/dev_aliyun' into dev_aliyun

dev_tpm_ui
杨树明 5 years ago
commit 6c2a3e39d2

@ -424,7 +424,22 @@ class Challengesjupyter extends Component {
}; };
return ( return (
<React.Fragment> <React.Fragment>
<div className=""> <div >
<style>
{
`
.ant-notification{
position: fixed;
z-index: 3000;
}
.ant-modal-content{
position: fixed;
z-index: 3000;
}
`
}
</style>
<p className="clearfix mb20 edu-back-white"> <p className="clearfix mb20 edu-back-white">
<div className={"shixunjianjie"}> <div className={"shixunjianjie"}>
<span className="font-16 fl">简介</span> <span className="font-16 fl">简介</span>

@ -198,7 +198,7 @@
position: fixed; position: fixed;
top: 0px; top: 0px;
left: 0px; left: 0px;
z-index: 999999; z-index: 2800;
right: 0px; right: 0px;
} }
@ -210,7 +210,7 @@
margin-top: 63px; margin-top: 63px;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
z-index: 999999; z-index: 2800;
right: 0px; right: 0px;
} }

Loading…
Cancel
Save