yhfu 1 місяць тому
батько
коміт
dc26a5218e
1 змінених файлів з 8 додано та 2 видалено
  1. 8 2
      src/views/industry/lookall.vue

+ 8 - 2
src/views/industry/lookall.vue

@@ -615,7 +615,7 @@
           <image-preview :src="require('@/assets/images/alarm.png')" :width="580" :height="360" />
 				</div>
 				<div class="mid">
-					<div class="transferBg info">
+					<div class="transferBg info" v-if="demoIdx != 1">
 						<h3>现场状况</h3>
 						<div class="xczk_div">
 							<div>事件当前伤亡:0人</div>
@@ -625,7 +625,7 @@
 							<div>处理人员电话:18130987651</div>
 						</div>
 					</div>
-					<div class="transferBg info_right">
+					<div class="transferBg info_right" :class="demoIdx == 1 ? 'demoDeptStylesheet' : '' ">
 						<h3 v-show="demoIdx != 0">联动部门</h3>
 						<h4 v-show="demoIdx != 0" style="margin-top: 4%;"></h4>
 						<div v-show="demoIdx != 0" class="planItem" style="border-left: none; display: flex; align-items: center;">
@@ -5086,6 +5086,12 @@ div ::-webkit-scrollbar {
             }
 				}
 
+        .demoDeptStylesheet{
+          width: 100%;
+          position: relative;
+          left: -3%;
+        }
+
 				.pics {
 					width: 100%;
 					height: 48.5%;