美文网首页
confluence集成到vue页面中

confluence集成到vue页面中

作者: never_b6a7 | 来源:发表于2021-08-29 21:30 被阅读0次
<template>
    <div class="content-panel">
        <div>
            <span class="iframe-title">xxxx管理系统使用说明</span>
            <iframe src="http://confluence.xxxx.com/plugins/viewsource/viewpagesrc.action?pageId=25452676"
                    frameborder="0" scrolling="no" width="100%" height="3000px"></iframe>
        </div>
    </div>
</template>

<script>
    export default {

    }
</script>

<style>
    .iframe-title {
        color: #333;
        font-size: 26px;
        font-weight: bold;
        margin-left: 18px;
    }
</style>

相关文章

网友评论

      本文标题:confluence集成到vue页面中

      本文链接:https://www.haomeiwen.com/subject/ybmgiltx.html