更新
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user