diff --git a/src/forge/Main/CoderDepot.jsx b/src/forge/Main/CoderDepot.jsx index 76bce5c7..daf4b803 100644 --- a/src/forge/Main/CoderDepot.jsx +++ b/src/forge/Main/CoderDepot.jsx @@ -463,12 +463,18 @@ function CoderDepot(props){ (dirInfo && dirInfo.length>0) || fileInfo ?
{ - lastCommit && + ((lastCommit && lastCommit.message) || lastCommitAuthor) &&
- -
-
-
+ { + lastCommitAuthor && + + } + { + lastCommit.message && +
+
+
+ } { hideBtn && changeHide(hide)}> } {lastCommit.time_from_now} diff --git a/src/forge/Main/Index.scss b/src/forge/Main/Index.scss index 5f369292..dbdf4b1c 100644 --- a/src/forge/Main/Index.scss +++ b/src/forge/Main/Index.scss @@ -246,11 +246,14 @@ display: flex; justify-content: space-between; align-items: flex-start; - border-bottom: 1px solid #d9d9d9; padding:12px 20px 11px; border-radius: 4px 4px 0px 0px; border: 1px solid rgba(42, 97, 255, 0.23); + border-bottom: none; background-color: #FAFCFF; + &+.listtablebody{ + border-top-color: rgba(42, 97, 255, 0.23); + } .ellipsistxt{ &:hover .markdown-body{ color: #466AFF; @@ -331,7 +334,6 @@ .listtablebody{ border-radius:0px 0px 4px 4px ; border: 1px solid #D0D0D0; - border-top: none; li.listtablepath{ a{color: #40a9ff;} p{