This commit is contained in:
hc1913847458 2021-09-08 17:42:04 +08:00
parent e0d1de7a53
commit b3c9eb3c33
4 changed files with 15 additions and 9 deletions

View File

@ -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;
}
/* 绿色 */
/*主*/

View File

@ -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 }){

View File

@ -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;

View File

@ -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);