fix: FFmpeg握手失败后自动切换协议重试 + 修复表格横向滚动条

This commit is contained in:
2026-04-28 00:18:23 +08:00
parent 3f5f832617
commit 5a635a40f9
4 changed files with 160 additions and 8 deletions
@@ -756,6 +756,7 @@ async function handleLogout() {
.app-main {
padding: var(--content-padding);
min-height: 0;
overflow-x: hidden;
}
.backend-alert {
+2 -1
View File
@@ -1247,7 +1247,8 @@ onBeforeUnmount(() => {
}
.rooms-table-shell {
overflow: visible;
overflow-x: auto;
overflow-y: hidden;
}
.rooms-table {
+2 -1
View File
@@ -940,7 +940,7 @@ onBeforeUnmount(() => {
}
.tasks-table-shell {
overflow: visible;
overflow-x: auto;
}
.sessions-card :deep(.el-card__body) {
@@ -1040,6 +1040,7 @@ onBeforeUnmount(() => {
display: grid;
gap: 16px;
padding: 18px 20px 20px;
overflow-x: hidden;
}
.session-summary {