From 48781207235914d4fdf27905f5e174c383c926b9 Mon Sep 17 00:00:00 2001 From: duoaohui <928970622@qq.com> Date: Sun, 24 May 2026 02:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E4=BC=9A=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/cloud-law/video-call.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }