forked from Gitlink/forgeplus-react
Change Index Category5
This commit is contained in:
parent
cca5f98c9b
commit
cc46a3ac30
|
@ -6,7 +6,7 @@
|
|||
background-color: #050d34;
|
||||
} */
|
||||
.banner_list_img{
|
||||
max-height: 260px;
|
||||
/* max-height: 260px; */
|
||||
}
|
||||
.banner_list_img img{
|
||||
width: 100%;
|
||||
|
|
|
@ -847,7 +847,7 @@ class NewHeader extends Component {
|
|||
}
|
||||
</span>
|
||||
:
|
||||
<div className="ml30 edu-menu-panel" style={{ height: "70px", lineHeight: "70px" }}>
|
||||
<div className="ml30 edu-menu-panel" style={{ height: "60px", lineHeight: "54px" }}>
|
||||
<a href={`/users/${this.props.current_user === undefined ? "" : this.props.current_user.login}/courses`}>
|
||||
<img alt="头像" className="radius" height="34" id="nh_user_logo" name="avatar_image"
|
||||
src={getImageUrl(`images/` + user.image_url)} width="34">
|
||||
|
|
Loading…
Reference in New Issue