From 0cb25180094ea4ee324a2036b0b0a36bfcca33c0 Mon Sep 17 00:00:00 2001 From: zqc <835569504@qq.com> Date: Thu, 15 Jan 2026 11:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=92=AD=E6=94=BE=E5=99=A8?= =?UTF-8?q?=E5=B8=A6=E7=9A=84=E6=8F=90=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_page/monitor_dashboard.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web_page/monitor_dashboard.html b/web_page/monitor_dashboard.html index 0108986..4b88d1d 100644 --- a/web_page/monitor_dashboard.html +++ b/web_page/monitor_dashboard.html @@ -204,6 +204,16 @@ display: none !important; } + /* 隐藏播放器自带的错误显示 */ + .video-js .vjs-error-display { + display: none !important; + } + + /* 隐藏播放器自带的错误提示文字 */ + .video-js .vjs-modal-dialog { + display: none !important; + } + /* 全屏模式下的样式调整 */ .monitor-screen.fullscreen { position: fixed;