issue
This commit is contained in:
parent
e0d1de7a53
commit
b3c9eb3c33
|
|
@ -2436,6 +2436,10 @@ a.hoverLine:hover{
|
||||||
color: #333333 !important;
|
color: #333333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover{
|
||||||
|
color: #466AFF !important;
|
||||||
|
}
|
||||||
|
|
||||||
.color-grey-98 {
|
.color-grey-98 {
|
||||||
color: #989898 !important;
|
color: #989898 !important;
|
||||||
}
|
}
|
||||||
|
|
@ -2477,7 +2481,7 @@ a.color-grey-3:hover,a.color-ooo:hover {
|
||||||
color: #2A61FF !important;
|
color: #2A61FF !important;
|
||||||
}
|
}
|
||||||
.color-blue-file {
|
.color-blue-file {
|
||||||
color: #0054CC!important;
|
color: #4598FA!important;
|
||||||
}
|
}
|
||||||
/* 绿色 */
|
/* 绿色 */
|
||||||
/*主*/
|
/*主*/
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ import { truncateCommitId } from '../common/util';
|
||||||
|
|
||||||
const typeIco = {
|
const typeIco = {
|
||||||
"submodule":"icon-file-submodule font-17",
|
"submodule":"icon-file-submodule font-17",
|
||||||
"file":'icon-wenjian5 font-15',
|
"file":'icon-wenjian6 font-15',
|
||||||
"dir":"icon-wenjianjia3 font-15"
|
"dir":"icon-wenjianjia4 font-15"
|
||||||
}
|
}
|
||||||
|
|
||||||
function CoderDepotCatalogue({item , goToSubRoot , owner , projectsId }){
|
function CoderDepotCatalogue({item , goToSubRoot , owner , projectsId }){
|
||||||
|
|
|
||||||
|
|
@ -129,8 +129,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ant-btn-primary{
|
.ant-btn-primary{
|
||||||
|
width: 88px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #2A61FF;
|
background-color: #466AFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -224,6 +225,7 @@
|
||||||
.listtable{
|
.listtable{
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
.listtablehead{
|
.listtablehead{
|
||||||
|
height: 55px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
@ -292,7 +294,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
& > li{
|
& > li{
|
||||||
height: 44px;
|
height: 38px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
|
|
@ -253,7 +253,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.active a,&.active a i{
|
&.active a,&.active a i{
|
||||||
color: #2A61FF!important;
|
color: #466AFF!important;
|
||||||
}
|
}
|
||||||
&.active::after,&:hover::after{
|
&.active::after,&:hover::after{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -265,7 +265,7 @@
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
&.active::after{
|
&.active::after{
|
||||||
background-color: #2A61FF;
|
background-color: #466AFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -600,8 +600,8 @@
|
||||||
.commonBox .commonBox-title.boxTitle{
|
.commonBox .commonBox-title.boxTitle{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: 65px;
|
height: 55px;
|
||||||
line-height: 65px;
|
line-height: 55px;
|
||||||
background: #FAFCFF;
|
background: #FAFCFF;
|
||||||
border-radius: 4px 4px 0px 0px;
|
border-radius: 4px 4px 0px 0px;
|
||||||
border: 1px solid rgba(42, 97, 255, 0.23);
|
border: 1px solid rgba(42, 97, 255, 0.23);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue