删除多余的插件库
This commit is contained in:
@@ -1,20 +1,26 @@
|
||||
<template>
|
||||
<div class="main-container main-container_l">
|
||||
<div class="iframe_wrap">
|
||||
<iframe class="iframe" src="./static/Magic4/HMI_JavaApp_FullScreen.html" frameborder="0"></iframe>
|
||||
<div class="main-container">
|
||||
<div class="right_side">
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import Roslib from 'roslib'
|
||||
// import paper from 'paper'
|
||||
export default {
|
||||
data () {
|
||||
return {}
|
||||
},
|
||||
mounted () {},
|
||||
methods: {
|
||||
winOnload () {
|
||||
this.Lu_Init_Canvas()
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user