Browse Source

Merge branch 'mw' of http://124.70.43.205:3000/yangxiao/sis_zhfx into wangbo

wangb 3 years atrás
parent
commit
627567d0f7
2 changed files with 5 additions and 1 deletions
  1. 4 0
      src/assets/styles/theme/light/components.less
  2. 1 1
      src/views/report/mhsscyb.vue

+ 4 - 0
src/assets/styles/theme/light/components.less

@@ -369,3 +369,7 @@
 		}
 	}
 }
+.iframeBody{
+	background-color: #FFFFFF;
+	border-radius:5px ;
+}

+ 1 - 1
src/views/report/mhsscyb.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>