Files
infstarweb/src/pages/DocPage.vue

20 lines
369 B
Vue

<template>
<iframe
class="iframe-fullpage"
src="https://doc.infstar.cn/public/libraries/2mgbxkn9va4kwyg4"
frameborder="0"
allowfullscreen
></iframe>
</template>
<style scoped>
.iframe-fullpage {
position: fixed;
top: var(--bl-header-height);
left: 0;
width: 100%;
height: calc(100vh - var(--bl-header-height));
border: none;
}
</style>