This commit is contained in:
Your Name
2026-03-11 09:49:47 +08:00
parent 02ae537b4c
commit 38ad60f4bb
290 changed files with 36917 additions and 123 deletions
+3 -17
View File
@@ -998,15 +998,7 @@ defineExpose({
opacity: 1 !important;
}
/* 隐藏 TUICallKit 自带的全屏容器 */
:global(.TUICallKit-desktop),
:global(.TUICallKit-mobile),
:global(body > .TUICallKit-desktop),
:global(body > .TUICallKit-mobile) {
display: none !important;
}
/* 只显示我们窗口内的 TUICallKit */
/* 只在我们的浮动窗口内显示 TUICallKit */
.floating-video-window .TUICallKit-desktop,
.floating-video-window .TUICallKit-mobile {
display: block !important;
@@ -1016,14 +1008,8 @@ defineExpose({
transform: none !important;
}
/* 确保 TUICallKit 不会创建遮罩层 */
/* 确保 Element Plus 的遮罩层不会覆盖视频通话 */
:global(.el-overlay) {
z-index: 1000 !important;
}
/* 隐藏所有可能的 TUICallKit 弹出层 */
:global(body > div[class*="TUICall"]),
:global(body > div[id*="tui-call"]) {
display: none !important;
z-index: 1000;
}
</style>