优化样式

This commit is contained in:
yj 2025-02-28 16:43:17 +08:00
parent 1f897ad6b3
commit ef55fab17d
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ const ShareScreenWindow: React.FC = () => {
}}
key={index}>
<div>
{!item.active ? <div style={{ backgroundImage: `url(${ImageUrl.icon49})` }} id={`micr-item-${userInfo.uid}`}>
{!item.active ? <div style={{ backgroundImage: `url(${ImageUrl.icon49})`, transition: '0.18s' }} id={`micr-item-${userInfo.uid}`}>
</div> : ''}
{item.select ? <img src={item.iconSelect} alt="" /> : <img src={item.active ? item.iconActive : item.icon} alt="" />}
</div>