Compare commits

..

4 Commits

Author SHA1 Message Date
yangqiang 11072711b1 Merge pull request 'yangjie' (#34) from yangjie into master
Reviewed-on: #34
2024-11-07 16:05:54 +08:00
yj 63ce58bb96 样式优化 2024-11-07 11:01:40 +08:00
yj 0350b596a9 样式优化 2024-11-07 10:22:42 +08:00
yj 586f71ab02 优化 2024-11-07 10:20:51 +08:00
3 changed files with 6 additions and 4 deletions

View File

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

View File

@ -420,12 +420,13 @@
.meetingContentSwiperCardShare { .meetingContentSwiperCardShare {
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 50%; top: 6%;
z-index: 2; z-index: 2;
transform: translate(-50%, -50%); transform: translate(-50%, 0%);
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
color: white; color: white;
padding: 10px 20px; font-size: 12px;
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].ecordingList.find((row: any) => row.deviceId === setting.playBackDeviceId) ? setting.playBackDeviceId : res[1].playBackList.length ? res[1].playBackList[0].deviceId : null, playBackDeviceId: res[1].playBackList.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', {