开播页:预览放大;信令重连上限与健康检查提示 502

Made-with: Cursor
This commit is contained in:
whm
2026-03-26 11:46:22 +08:00
parent 8c9c573a1c
commit 26e90c30f9
2 changed files with 40 additions and 12 deletions

View File

@@ -133,7 +133,7 @@ onBeforeRouteLeave(() => {
<style scoped>
.live-broadcast {
max-width: 720px;
max-width: min(1200px, 100%);
}
.status {
color: #409eff;
@@ -160,21 +160,23 @@ onBeforeRouteLeave(() => {
}
.preview-wrap {
position: relative;
max-width: 720px;
width: 100%;
max-width: 1100px;
}
.preview-main {
display: block;
width: 100%;
max-height: 70vh;
min-height: 320px;
max-height: min(85vh, 900px);
border-radius: 8px;
background: #000;
object-fit: contain;
}
.preview-pip {
position: absolute;
right: 12px;
bottom: 12px;
width: min(28%, 200px);
right: 14px;
bottom: 14px;
width: min(32%, 280px);
aspect-ratio: 4 / 3;
border-radius: 8px;
border: 2px solid #409eff;