sumyangyang 2 years ago
parent
commit
ec40e157b6
2 changed files with 15 additions and 2 deletions
  1. 5 2
      src/assets/styles/base.scss
  2. 10 0
      src/components/TVWall.vue

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

@@ -89,8 +89,8 @@ $date-state3: #d6333b;
 }
 //电视墙视频摄像头预览弹层样式
 .TVWallCustomWidth {
-  width: 1200px !important;
-  height: 800px !important;
+  width: 1500px !important;
+  height: 750px !important;
 }
 
 //公共
@@ -3292,3 +3292,6 @@ div::-webkit-scrollbar {
 .el-message{
   z-index: 9999 !important;
 }
+#dom1{
+  min-width: 1148px;
+}

+ 10 - 0
src/components/TVWall.vue

@@ -909,4 +909,14 @@ html, body {
   margin-top: 100px;
   margin-left: 80px;
 }
+
+
+//电视墙视频摄像头预览弹层样式
+ .TVWallCustomWidth {
+   width: 1500px !important;
+   height: 750px !important;
+   background: #04080c !important;
+   box-shadow: $barShadow !important;
+   border: 1px $barBorder !important;
+ }
 </style>