Commit 4241f9d1b9156fb5db77003af976af212dff5adf

Authored by ww
1 parent 7241f8e0

fix: 修复视频配置预览视频布局样式冲突

... ... @@ -292,7 +292,7 @@
292 292 }
293 293
294 294 .split-screen-mode:deep(.ant-spin-container) {
295   - height: 100% !important;
  295 + height: 100%;
296 296 }
297 297
298 298 .video-container {
... ...