与项目管理同步更改 issue #3937

This commit is contained in:
caishi 2023-12-21 15:03:57 +08:00
parent cec5c84f6d
commit e27dce3081
3 changed files with 6 additions and 6 deletions

View File

@ -325,14 +325,14 @@ class NewHeader extends Component {
{...this.props}
{...this.state}
/> : ""}
{
{/* {
settings && settings.nav_logo_url ?
<a href={settings && settings.new_course.default_url} className={"fl mr30"}>
<img alt="可控开源社区" className="logoimg" src={getImageUrl(`/${settings.nav_logo_url}`)}></img>
</a>
:
""
}
} */}
{
settings && settings.navbar && settings.navbar.length > 0 ?
<ul id="header-nav" className="head-nav pr">

View File

@ -14,7 +14,7 @@ function LoginRegisterPage(props){
return(
<div className="loginRegister">
<div className="login_register_left">
<img src={logo} className="logo" alt="" onClick={()=>{window.location.href='/'}} />
{/* <img src={logo} className="logo" alt="" onClick={()=>{window.location.href='/'}} /> */}
<img src={ball} className="ball" alt="" />
<img src={banner} className="banner" alt="" />
</div>

View File

@ -15,19 +15,19 @@
margin-top: 45vh;
height: auto;
}
.ball{ top: 51vh; }
.ball{ top: 36vh; }
.right_cont{width: 540px; }
.ResetPassword_content{top: 12vh; }
}
/*当页面宽度大于1280px*/
@media screen and (min-width:1280px) {
.banner{ margin-top: 35vh; }
.ball{ top: 43vh; }
.ball{ top: 28vh; }
}
/*当页面宽度大于1680px*/
@media screen and (min-width:1680px) {
.banner{ height: 460px; }
.ball{ top: 42vh; }
.ball{ top: 27vh; }
.right_cont{width: 580px; }
.ResetPassword_content{top: 16vh; }
}