提交修改

This commit is contained in:
daihh
2022-12-14 18:01:43 +08:00
parent 2c225015c9
commit 8b892ee77f

View File

@@ -1,6 +1,6 @@
<template>
<div class="box">
<portal-header :hideSearch="true"></portal-header>
<portal-header :hideSearch="true" textColor="#ffffff"></portal-header>
<iframe :src="url" style="width: 100%;height: 100%;margin-top: 30px;" frameborder="0"></iframe>
<portal-footer></portal-footer>
</div>