@@ -369,3 +369,7 @@
}
+.iframeBody{
+ background-color: #FFFFFF;
+ border-radius:5px ;
+}
@@ -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>