Authored by xwx

我的面板添加白色背景

<div class="container" :style="{'height':height+'px','max-height':height+'px'}">
<div class="container" :style="{'height':height+'px','max-height':height+'px','background':'#fff'}">
<iframe :src="getSrc" width="100%" height="100%" ></iframe>
</div>
... ...