彭宇 2 лет назад
Родитель
Сommit
f63cfc2aa8
1 измененных файлов с 11 добавлено и 1 удалено
  1. 11 1
      src/assets/styles/base.scss

+ 11 - 1
src/assets/styles/base.scss

@@ -78,6 +78,16 @@ $date-state1: #2abc65;
 $date-state2: #e68d3f;
 $date-state3: #d6333b;
 
+//视频摄像头预览弹层样式
+.videoCustomWidth {
+  width: 1070px !important;
+  height: 700px !important;
+}
+//电视墙视频摄像头预览弹层样式
+.TVWallCustomWidth {
+  width: 1150px !important;
+  height: 700px !important;
+}
 
 //公共
 body {
@@ -3138,4 +3148,4 @@ div::-webkit-scrollbar {
 
 .d-l-l-text h4{
 	color:#fff!important;
-}
+}