Files
apt-nl-map/src/pages/modules/teach/debug.vue
2024-12-16 14:36:49 +08:00

21 lines
442 B
Vue

<template>
<div class="main-container main-container_l">
<div class="iframe_wrap">
<iframe class="iframe" src="./static/Magic20241213/HMI_JavaApp_FullScreen.html" frameborder="0"></iframe>
</div>
</div>
</template>
<style lang="stylus" scoped>
@import '~@style/mixin'
.main-container_l
width 100%
padding-left 53px
.iframe_wrap
position relative
_wh(100%, 100%)
overflow hidden
.iframe
_wh(100%, 100%)
</style>