Change Index Category5

This commit is contained in:
sylor_huang@126.com 2020-09-14 14:08:03 +08:00
parent cca5f98c9b
commit cc46a3ac30
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
background-color: #050d34; background-color: #050d34;
} */ } */
.banner_list_img{ .banner_list_img{
max-height: 260px; /* max-height: 260px; */
} }
.banner_list_img img{ .banner_list_img img{
width: 100%; width: 100%;

View File

@ -847,7 +847,7 @@ class NewHeader extends Component {
} }
</span> </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`}> <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" <img alt="头像" className="radius" height="34" id="nh_user_logo" name="avatar_image"
src={getImageUrl(`images/` + user.image_url)} width="34"> src={getImageUrl(`images/` + user.image_url)} width="34">