第三方登录-ccflogo样式

This commit is contained in:
caishi 2025-12-25 14:13:25 +08:00
parent ed75921809
commit 244cf9ba0e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function OtherLogin(){
return(
key < 4 && <a href={`${item.url}`} className="ml15 mr15">
<Tooltip overlayClassName='theTop' title={`使用${item.name === "qq" ? "QQ":item.name === "wechat" ? "微信" : item.name}账号登录`}>
<img src={renderLogo(item.name)} width="40px" alt={`${item.name}登录`}/>
<img src={renderLogo(item.name)} width={item.name==="ccf"?"50px":"40px"} alt={`${item.name}登录`}/>
</Tooltip>
</a>
)