优化共享小窗口显示

This commit is contained in:
yj 2025-02-11 11:12:16 +08:00
parent f70074aa6d
commit cc69c3d864
1 changed files with 3 additions and 3 deletions

View File

@ -153,11 +153,11 @@ const ShareScreenWindow: React.FC = () => {
<>
<div className={styles.shareScreenWindow} style={{ width: isExpand ? '100%' : '100%' }}>
<div className={styles.shareScreenWindowTitle}>
<span>{changeCurrentSeconds(timeStr)}
<span>{changeCurrentSeconds(timeStr)} {!isExpand ? '共享中' : ''}
{networkIcon(currentEffective)}
<span style={{ color: 'white', marginLeft: '30px' }}>
{/* <span >网络质量:{networkQuality.level}</span> */}
<span style={{ marginRight: '6px' }}>:{networkOther.lastmileDelay}ms</span>
{!isExpand ? <span style={{ marginRight: '10px' }}>{networkQuality.level}</span> : ''}
<span>{networkOther.lastmileDelay}ms</span>
</span>
</span>
{isExpand ? <span className='drag' style={{ flexShrink: 0 }} onClick={() => {