feat: adjust iframe
This commit is contained in:
parent
d140c2dc34
commit
3185038956
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ watch(
|
||||||
<iframe
|
<iframe
|
||||||
:src="`http://localhost:9001/?at=${at}&rt=${rt}`"
|
:src="`http://localhost:9001/?at=${at}&rt=${rt}`"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
class="full-width full-height rounded bordered"
|
class="full-width full-height rounded"
|
||||||
|
allowtransparency="true"
|
||||||
></iframe>
|
></iframe>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue