whao 2 年之前
父节点
当前提交
287ad4a699
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/assets/styles/base.scss

+ 2 - 2
src/assets/styles/base.scss

@@ -85,12 +85,12 @@ $date-state3: #d6333b;
 //视频摄像头预览弹层样式
 //视频摄像头预览弹层样式
 .videoCustomWidth {
 .videoCustomWidth {
   width: 1070px !important;
   width: 1070px !important;
-  height: 700px !important;
+  height: 800px !important;
 }
 }
 //电视墙视频摄像头预览弹层样式
 //电视墙视频摄像头预览弹层样式
 .TVWallCustomWidth {
 .TVWallCustomWidth {
   width: 1200px !important;
   width: 1200px !important;
-  height: 750px !important;
+  height: 800px !important;
 }
 }
 
 
 //公共
 //公共