Files
apt-nl-map/src/pages/modules/teach/teach.vue

15 lines
294 B
Vue
Raw Normal View History

2024-10-10 16:18:02 +08:00
<template>
2024-12-06 14:28:25 +08:00
<div class="iframe_wrap">
<iframe class="iframe" src="./static/Magic4/HMI_JavaApp_Map.html" frameborder="0"></iframe>
2024-10-10 16:18:02 +08:00
</div>
</template>
<style lang="stylus" scoped>
@import '~@style/mixin'
2024-12-03 16:40:54 +08:00
.iframe_wrap
_wh(100%, 100%)
overflow hidden
.iframe
_wh(100%, 100%)
2024-10-10 16:18:02 +08:00
</style>