Merge branch 'master' of github.com:youlaitech/vue3-element-admin

Former-commit-id: c9faf4636b591547faae0168ef178769ab03ff05
This commit is contained in:
hxr
2023-08-23 23:43:46 +08:00
6 changed files with 119 additions and 35 deletions

View File

@@ -0,0 +1,21 @@
<script setup lang="ts"></script>
<template>
<div class="iframe-wrap">
<iframe
src="https://juejin.cn/post/7228990409909108793"
frameborder="0"
></iframe>
</div>
</template>
<style lang="scss" scoped>
.iframe-wrap {
position: absolute;
inset: 0;
width: 100%;
iframe {
width: 100%;
height: 100%;
}
}
</style>