diff --git a/src/forge/Main/projecthome/Index.jsx b/src/forge/Main/projecthome/Index.jsx index bf59a976c..9045a2743 100644 --- a/src/forge/Main/projecthome/Index.jsx +++ b/src/forge/Main/projecthome/Index.jsx @@ -88,7 +88,7 @@ function Index() {
- {i.author && i.author.name}/{i.name} + {i.author && i.author.name}/{i.name} {i.praises_count > 0 ? {i.praises_count} :"" } {i.forked_count > 0 ? {i.forked_count}:""}
diff --git a/src/forge/Main/projecthome/Index.scss b/src/forge/Main/projecthome/Index.scss index e83b44c2b..50b7b5069 100644 --- a/src/forge/Main/projecthome/Index.scss +++ b/src/forge/Main/projecthome/Index.scss @@ -385,6 +385,7 @@ font-weight: 600; line-height: 21px; color: #333!important; + max-width: 458px; &:hover{ color: #466AFF!important; } diff --git a/src/home/Index.scss b/src/home/Index.scss index d9a8b988b..898d750f7 100644 --- a/src/home/Index.scss +++ b/src/home/Index.scss @@ -793,6 +793,12 @@ body{ span{ margin-left: 40px; } + .listboxcount{ + min-width: 60px; + text-align: left; + display: flex; + justify-content: space-between; + } } } } diff --git a/src/home/ThirdEdition.jsx b/src/home/ThirdEdition.jsx index d83349cbc..7759f5017 100644 --- a/src/home/ThirdEdition.jsx +++ b/src/home/ThirdEdition.jsx @@ -52,16 +52,16 @@ function ThirdEdition() { },[flag]) useEffect(()=>{ - let box = document.getElementById('thirdUl'); - var myTimer = setTimeout(intervalActive, 2500); - box.onmouseover = () => { - clearTimeout(myTimer); - setFlag(false); - } - box.onmouseleave = () => { - myTimer = setTimeout(intervalActive, 2500); - setFlag(true); - } + // let box = document.getElementById('thirdUl'); + // var myTimer = setTimeout(intervalActive, 2500); + // box.onmouseover = () => { + // clearTimeout(myTimer); + // setFlag(false); + // } + // box.onmouseleave = () => { + // myTimer = setTimeout(intervalActive, 2500); + // setFlag(true); + // } },[active,flag]) function intervalActive() { @@ -125,7 +125,7 @@ function ThirdEdition() { return(
  • {i.name} - {i.count} + {i.count} {i.time}
  • ) @@ -137,7 +137,7 @@ function ThirdEdition() { return(
  • {i.name} - {i.count} + {i.count} {/* {i.time} */}
  • ) @@ -149,7 +149,7 @@ function ThirdEdition() { return(
  • {i.name} - {i.count} + {i.count} {i.time}
  • ) @@ -161,7 +161,7 @@ function ThirdEdition() { return(
  • {i.name} - {i.count} + {i.count} {i.time}
  • )