diff --git a/frontend/src/pages/cloud-law/video-call.vue b/frontend/src/pages/cloud-law/video-call.vue index d9e5e54..95c875e 100644 --- a/frontend/src/pages/cloud-law/video-call.vue +++ b/frontend/src/pages/cloud-law/video-call.vue @@ -571,7 +571,8 @@ onUnload(() => { width: 100vw; height: 100vh; overflow: hidden; - background: linear-gradient(180deg, #32175f 0%, #071025 38%, #050b1d 100%); + /* [视频咨询 2026-05-24] 背景统一为静态 bg.png(前后两屏视觉一致) */ + background: #050b1d url('/static/bg.png') center center / cover no-repeat; color: #ffffff; z-index: 1000; }