Selaa lähdekoodia

修改背景墙高度

JX.LI 2 vuotta sitten
vanhempi
commit
b13572cac3
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      src/assets/styles/base.scss
  2. 1 1
      src/components/TVWalls.vue

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

@@ -90,7 +90,7 @@ $date-state3: #d6333b;
 //电视墙视频摄像头预览弹层样式
 .TVWallCustomWidth {
   width: 1200px !important;
-  height: 740px !important;
+  height: 800px !important;
 }
 
 .TVWallCustomWidth-right {

+ 1 - 1
src/components/TVWalls.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
     <el-dialog :title="title" :visible.sync="TVWallVisible" v-if="TVWallVisible" customClass="TVWallCustomWidth"
-               @close="cancelEventLocationShow()">
+               @close="cancelEventLocationShow()" :width="this.detail != null ? '1500px !important' : '1200px !important'">
       <!--<div @click="findCameraByEventCoordinate()">视频联动</div>-->
       <!--<div class="forthis" style="width: 22%; position: absolute;left: 0;z-index: 9999999999999;">-->
       <!--<div class="i-list-con" style="height: 46vh; overflow-y: scroll;">-->