增加第三方登录logo-默认logo
This commit is contained in:
parent
69b8ec25d0
commit
ed75921809
|
|
@ -36,7 +36,7 @@
|
|||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
}
|
||||
#DialogID div {
|
||||
#DialogID>div {
|
||||
overflow-y:visible !important;
|
||||
box-shadow:none !important;
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 143 B |
|
|
@ -231,16 +231,22 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
img{
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.thirdPanel{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
min-width: 120px;
|
||||
min-width: 160px;
|
||||
max-width:230px;
|
||||
a{
|
||||
margin:5px 12px;
|
||||
img{
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.moreIcon,.theTop{
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ import giteelogo from '../../login/gitee.png';
|
|||
import githublogo from '../../login/github.png';
|
||||
import CCFlogo from '../../login/CCF.png';
|
||||
import OpenI from '../../login/OpenI.svg';
|
||||
import defaultlog from '../../login/default.png';
|
||||
import "../LoginRegisterPage.scss"
|
||||
|
||||
function OtherLogin(){
|
||||
|
|
@ -35,7 +36,7 @@ function OtherLogin(){
|
|||
case 'openi':
|
||||
return OpenI;
|
||||
default:
|
||||
return;
|
||||
return defaultlog;
|
||||
}
|
||||
}
|
||||
return(
|
||||
|
|
@ -67,7 +68,7 @@ function OtherLogin(){
|
|||
</a>
|
||||
})
|
||||
}
|
||||
</div>} trigger="hover" overlayClassName='theTop'>
|
||||
</div>} trigger="hover" overlayClassName='theTop' getPopupContainer={trigger=>trigger.parentNode}>
|
||||
<i className='iconfont icon-kongbai font-40 ml12 mr12' style={{color:"#8daec6"}}/>
|
||||
</Popover>
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue