fix: 调整切换摄像头位置

This commit is contained in:
lww155
2026-02-11 17:41:52 +08:00
parent 85fab64588
commit fa9809bee1
4 changed files with 37 additions and 15 deletions
+19 -4
View File
@@ -1280,15 +1280,30 @@ body {
transform: scaleX(-1);
}
.camera-switch-mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.camera-switch-container {
position: absolute;
bottom: 10px;
right: 10px;
}
.camera-switch {
display: none;
position: fixed;
bottom: 23px;
right: 20px;
z-index: 999;
height: 20px;
color: #fff;
}
.camera-switch .btn-icon {
margin-bottom: 0;
}
.camera-switch.active {
display: block;
}