4 Commit-ok dd85274f4c ... 0df91d7d54

Szerző SHA1 Üzenet Dátum
  wangmengwei 0df91d7d54 改气象数据title 3 éve
  wangb 8aa986b4bd 报表样式修改 3 éve
  wangb 627567d0f7 Merge branch 'mw' of http://124.70.43.205:3000/yangxiao/sis_zhfx into wangbo 3 éve
  wangb c5f57d1afb Merge branch 'mw' of http://124.70.43.205:3000/yangxiao/sis_zhfx into wangbo 3 éve

+ 1 - 1
src/views/report/dwkscyb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/missfdrb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/missgfrb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/nssscyb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/oafd.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/oagf.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/plscyb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/qsscyb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/sbqscyb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/weather.vue

@@ -32,7 +32,7 @@
 			</div>
 		</div>
 		<div class="table-box">
-			<div class="title">升压站报警</div>
+			<div class="title">气象数据</div>
 			<ComTable
 			  ref="curRef"
 			  :data="tableData"

+ 1 - 1
src/views/report/xhscyb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/xnyfdscyb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/xnygfscyb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>
     

+ 1 - 1
src/views/report/xsscyb.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height:100%">
+  <div style="height:100%" class="iframeBody">
     <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
   </div>