Showing
1 changed file
with
1 additions
and
1 deletions
1 | -<div class="container" :style="{'height':height+'px','max-height':height+'px'}"> | 1 | +<div class="container" :style="{'height':height+'px','max-height':height+'px','background':'#fff'}"> |
2 | <iframe :src="getSrc" width="100%" height="100%" ></iframe> | 2 | <iframe :src="getSrc" width="100%" height="100%" ></iframe> |
3 | </div> | 3 | </div> |
-
Please register or login to post a comment