优化视频样式

This commit is contained in:
zc
2026-03-11 17:40:24 +08:00
parent 35fcd40bd3
commit 41db731e40
2 changed files with 5 additions and 2 deletions

View File

@@ -103,7 +103,6 @@
<span class="live-badge">LIVE</span>
</div>
</div>
<div class="image-placeholder square-image">实时画面 相机2</div>
</div>
<div class="info-section">
@@ -1258,6 +1257,7 @@ onUnmounted(() => {
/* 主内容区域 */
.main-content {
display: flex;
align-items: flex-start;
margin-bottom: 30px;
}
@@ -1310,7 +1310,7 @@ onUnmounted(() => {
background: #000;
border-radius: 4px;
overflow: hidden;
margin: 20px 0;
margin-bottom: 20px;
}
.video-container video {