代码推送

This commit is contained in:
2026-01-16 10:32:27 +08:00
parent 8da877de40
commit 408e40b206
570 changed files with 172605 additions and 1 deletions

View File

View File

@@ -0,0 +1,21 @@
<template>
<div style="width: 100%; min-height: 700px">
<iframe class="iframe" style="width: 98%;overflow-y: auto; height:80vh" frameborder="0" src="https://rili-d.jin10.com/open.php?fontSize=14px&theme=primary"></iframe>
</div>
</template>
<!-- frameborder="0" width="830" height="630" scrolling="yes" -->
<script>
import IndexJs from "./index"
export default {
mixins:[IndexJs]
}
</script>
<style lang="scss" scoped>
// .iframe{
// // outline: 1px solid red;
// width: 100%;
// }
</style>