This commit is contained in:
2023-11-17 08:45:13 +08:00
parent 0ae85c208c
commit fb0518f5ae

View File

@@ -1,7 +1,7 @@
<template>
<div class="main-container main-container_l">
<div class="iframe_wrap">
<iframe class="iframe" src="./static/Magic4/HMI_JavaApp_FullScreen.html" frameborder="0" vspace="70"></iframe>
<iframe class="iframe" src="./static/Magic4/HMI_JavaApp_FullScreen.html" frameborder="0"></iframe>
</div>
</div>
</template>
@@ -16,8 +16,5 @@
_wh(100%, 100%)
overflow hidden
.iframe
position absolute
top -70px
left 0
_wh(100%, 100%)
</style>