diff --git a/public/css/edu-purge.css b/public/css/edu-purge.css index 6145a0e8..c190955d 100644 --- a/public/css/edu-purge.css +++ b/public/css/edu-purge.css @@ -2436,6 +2436,10 @@ a.hoverLine:hover{ color: #333333 !important; } +a:hover{ + color: #466AFF !important; +} + .color-grey-98 { color: #989898 !important; } @@ -2477,7 +2481,7 @@ a.color-grey-3:hover,a.color-ooo:hover { color: #2A61FF !important; } .color-blue-file { - color: #0054CC!important; + color: #4598FA!important; } /* 绿色 */ /*主*/ diff --git a/src/forge/Main/CoderDepotCatalogue.jsx b/src/forge/Main/CoderDepotCatalogue.jsx index ff2b576b..a2516768 100644 --- a/src/forge/Main/CoderDepotCatalogue.jsx +++ b/src/forge/Main/CoderDepotCatalogue.jsx @@ -4,8 +4,8 @@ import { truncateCommitId } from '../common/util'; const typeIco = { "submodule":"icon-file-submodule font-17", - "file":'icon-wenjian5 font-15', - "dir":"icon-wenjianjia3 font-15" + "file":'icon-wenjian6 font-15', + "dir":"icon-wenjianjia4 font-15" } function CoderDepotCatalogue({item , goToSubRoot , owner , projectsId }){ diff --git a/src/forge/Main/Index.scss b/src/forge/Main/Index.scss index e09b11be..98b938e4 100644 --- a/src/forge/Main/Index.scss +++ b/src/forge/Main/Index.scss @@ -129,8 +129,9 @@ } } .ant-btn-primary{ + width: 88px; color: #fff; - background-color: #2A61FF; + background-color: #466AFF; } } } @@ -224,6 +225,7 @@ .listtable{ margin-top: 20px; .listtablehead{ + height: 55px; display: flex; justify-content: space-between; align-items: flex-start; @@ -292,7 +294,7 @@ } } & > li{ - height: 44px; + height: 38px; display: flex; justify-content: space-between; align-items: center; diff --git a/src/forge/Main/list.scss b/src/forge/Main/list.scss index 98f36d1e..7680f0da 100644 --- a/src/forge/Main/list.scss +++ b/src/forge/Main/list.scss @@ -253,7 +253,7 @@ } } &.active a,&.active a i{ - color: #2A61FF!important; + color: #466AFF!important; } &.active::after,&:hover::after{ position: absolute; @@ -265,7 +265,7 @@ width:100%; } &.active::after{ - background-color: #2A61FF; + background-color: #466AFF; } } } @@ -600,8 +600,8 @@ .commonBox .commonBox-title.boxTitle{ display: flex; justify-content: space-between; - height: 65px; - line-height: 65px; + height: 55px; + line-height: 55px; background: #FAFCFF; border-radius: 4px 4px 0px 0px; border: 1px solid rgba(42, 97, 255, 0.23);