yangjie #48

Merged
yangqiang merged 10 commits from yangjie into master 2025-02-13 17:28:41 +08:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit cc69c3d864 - Show all commits

View File

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