소스 검색

Update akscyb.vue

moccus 2 년 전
부모
커밋
00a78676eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/report/akscyb.vue

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

@@ -1,6 +1,6 @@
 <template>
   <div style="height:100%">
-    <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto" style="background-color: white;"></iframe>
   </div>
     
 </template>