Commit ac2b6799 authored by danfuman's avatar danfuman

修改

parent 0751dd7e
<template>
<div v-loading="loading" class="app-container">
<iframe id="companyIframe" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" width="100%" :style="{height:iframeHight+'px'}" :src="src" />
</div>
</template>
<script>
import { steerScroll } from '@/assets/js/jskplug'
import { dskAccessToken } from '@/api/common'
export default {
<div v-loading="loading" class="app-container">
<iframe id="companyIframe" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" width="100%" :style="{height:iframeHight+'px'}" :src="src" />
</div>
</template>
<script>
import { steerScroll } from '@/assets/js/jskplug'
import { dskAccessToken } from '@/api/common'
export default {
name: 'Enterprise',
components: {
},
data() {
return {
......@@ -83,11 +83,10 @@
}
}
}
</script>
<style lang="scss" scoped>
.app-container{
padding: 0;
}
</style>
\ No newline at end of file
</script>
<style lang="scss" scoped>
.app-container{
padding: 0;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment