优化样式
This commit is contained in:
parent
1f897ad6b3
commit
ef55fab17d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue