2020-07-07 22:10:28 +03:00
|
|
|
<template>
|
2020-07-13 19:34:31 -07:00
|
|
|
<div
|
|
|
|
|
style="overflow:hidden;height:100%;width:100%"
|
|
|
|
|
height="100%"
|
|
|
|
|
width="100%"
|
|
|
|
|
>
|
|
|
|
|
<iframe
|
|
|
|
|
src="docs/index.html"
|
|
|
|
|
frameborder="0"
|
|
|
|
|
style="overflow:hidden;height:100%;width:100%"
|
|
|
|
|
height="100%"
|
|
|
|
|
width="100%"
|
|
|
|
|
/>
|
2020-07-07 22:10:28 +03:00
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<!-- <iframe src="test.html" frameborder="0" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe> -->
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
.videoClass {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.videoClass img {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
height: auto !important;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.colsClass {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|