Commit ac2b6799 authored by danfuman's avatar danfuman

修改

parent 0751dd7e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<div v-loading="loading" class="app-container"> <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" /> <iframe id="companyIframe" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" width="100%" :style="{height:iframeHight+'px'}" :src="src" />
</div> </div>
</template> </template>
<script> <script>
import { steerScroll } from '@/assets/js/jskplug' import { steerScroll } from '@/assets/js/jskplug'
import { dskAccessToken } from '@/api/common' import { dskAccessToken } from '@/api/common'
...@@ -83,11 +83,10 @@ ...@@ -83,11 +83,10 @@
} }
} }
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.app-container{ .app-container{
padding: 0; padding: 0;
} }
</style> </style>
\ No newline at end of file
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