|
@@ -5,7 +5,7 @@
|
|
|
<iframe src="http://82.157.13.146:18224/valkyrja" width="100%" height="100%" frameborder="0"></iframe>
|
|
|
</div> -->
|
|
|
<div class="main-container">
|
|
|
- <transition name="fade" mode="out-in">
|
|
|
+ <transition>
|
|
|
<div class="left-area" v-if="isShow">
|
|
|
<!-- 左上区域 -->
|
|
|
<div class="left-t">
|
|
@@ -59,7 +59,7 @@
|
|
|
|
|
|
<iframe src="http://172.16.253.23:91/valkyrja/?type=tf" width="100%" height="100%" frameborder="0"></iframe>
|
|
|
</div>
|
|
|
- <transition name="fade" mode="out-in">
|
|
|
+ <transition>
|
|
|
<div class="center-b" v-if="isShow">
|
|
|
<DanelBd :moduleName="'工作面束管监测'" :selectValue="pointCode" :moduleSelect="moduleSelect"
|
|
|
:contentStyle="{ contentH: '245px' }" commonTitle="selected" :selectList="selectList"
|
|
@@ -70,7 +70,7 @@
|
|
|
</transition>
|
|
|
</div>
|
|
|
|
|
|
- <transition name="fade" mode="out-in">
|
|
|
+ <transition>
|
|
|
<div class="right-area" v-if="isShow">
|
|
|
<!-- 右上区域 -->
|
|
|
<div class="right-t">
|