Change Index Category4

This commit is contained in:
sylor_huang@126.com 2020-09-14 11:50:45 +08:00
parent d4535005c8
commit cca5f98c9b
2 changed files with 4 additions and 1 deletions

View File

@ -1498,6 +1498,9 @@ a.edu-txt-w80,
.font-bd {
font-weight: bold;
}
.fwt-500{
font-weight: 500 !important;
}
.font-n {
font-weight: normal;

View File

@ -25,7 +25,7 @@ class IndexItem extends Component {
</Link>
<div className="p-r-Infos">
<div className="p-r-name">
<Link to={`/projects/${item.author.login}/${item.identifier}`} className="hide-1 color-grey-3 font-18 task-hide font-bd " style={{ whiteSpace: "wrap", display: 'flex', width: 400 }}>
<Link to={`/projects/${item.author.login}/${item.identifier}`} className="hide-1 color-grey-3 font-18 task-hide fwt-500 " style={{ whiteSpace: "wrap", display: 'flex', width: 400 }}>
{item.author.name}/{item.name}
{
item.forked_from_project_id ?