开播页:预览放大;信令重连上限与健康检查提示 502
Made-with: Cursor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user