This commit is contained in:
caishi 2021-09-10 18:20:33 +08:00
parent 747ae8ccd5
commit 8c0757c942
3 changed files with 14 additions and 3 deletions

View File

@ -220,7 +220,10 @@ li.ant-menu-item{
.ant-btn-primary{
color: #fff;
background-color: #466AFF;
border-color: #466AFF;
border:none;
&:hover{
background-color: rgba(70,106,255,0.85);
}
}
.focusPanelHeadInfo{
padding:14px 16px;

View File

@ -20,6 +20,9 @@
span{
margin-left: 4px;
color: #333!important;
&:last-child{
font-weight: 500;
}
}
&:hover span,&:hover i{
color: #466AFF!important;
@ -143,7 +146,10 @@
.ant-btn-primary{
color: #fff;
background-color: #466AFF;
border-color: #466AFF;
border: none;
&:hover{
background-color: rgba(70,106,255,0.85);
}
}
}
}

View File

@ -237,7 +237,6 @@
line-height: 24px;
display: block;
color: #000!important;
font-weight: 500;
&> span.num{
line-height: 24px;
margin-left: 5px;
@ -260,6 +259,9 @@
left: 0px;
width:100%;
}
&.active span{
font-weight: 500;
}
&.active a::after{
background-color: #466AFF;
}