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;