Authored by xwx

我的面板添加白色背景

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>