Compare commits

..

No commits in common. "11072711b1701f33e976b5e02cebb4df78ebe1d6" and "5199f0b764a55bcfec68597ac83768dfa8c7502b" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View File

@ -11,7 +11,6 @@
color: #EEEEEE; color: #EEEEEE;
font-size: 16px; font-size: 16px;
margin-right: 10px; margin-right: 10px;
white-space: nowrap;
} }
} }
} }

View File

@ -420,13 +420,12 @@
.meetingContentSwiperCardShare { .meetingContentSwiperCardShare {
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 6%; top: 50%;
z-index: 2; z-index: 2;
transform: translate(-50%, 0%); transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
color: white; color: white;
font-size: 12px; padding: 10px 20px;
padding: 4px 10px;
white-space: nowrap; white-space: nowrap;
} }
} }

View File

@ -787,7 +787,7 @@ const Meeting: React.FC = () => {
label: row.deviceName label: row.deviceName
} }
}), }),
playBackDeviceId: res[1].playBackList.find((row: any) => row.deviceId === setting.playBackDeviceId) ? setting.playBackDeviceId : res[1].playBackList.length ? res[1].playBackList[0].deviceId : null, playBackDeviceId: res[1].ecordingList.find((row: any) => row.deviceId === setting.playBackDeviceId) ? setting.playBackDeviceId : res[1].playBackList.length ? res[1].playBackList[0].deviceId : null,
ecordingVolume: res[1].ecordingVolume ecordingVolume: res[1].ecordingVolume
} }
window.electron.onInvoke('sendDrivers', { window.electron.onInvoke('sendDrivers', {