Files
apt-nl-map/src/pages/modules/teach/teach.vue
2024-12-06 14:28:25 +08:00

15 lines
294 B
Vue

<template>
<div class="iframe_wrap">
<iframe class="iframe" src="./static/Magic4/HMI_JavaApp_Map.html" frameborder="0"></iframe>
</div>
</template>
<style lang="stylus" scoped>
@import '~@style/mixin'
.iframe_wrap
_wh(100%, 100%)
overflow hidden
.iframe
_wh(100%, 100%)
</style>