소스 검색

iframe引入表格切换黑白色的问题

wangmengwei 3 년 전
부모
커밋
dd85274f4c
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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>