You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!--
|
|
|
|
|
* @Author: qinzhenpen qzp1807@126.com
|
|
|
|
|
* @Date: 2024-08-16 09:16:26
|
|
|
|
|
* @LastEditors: qinzhenpen qzp1807@126.com
|
|
|
|
|
* @LastEditTime: 2024-08-28 17:51:46
|
|
|
|
|
* @FilePath: \vue3\src\views\visual-analysis\index.vue
|
|
|
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
|
<div class="el-Aitools">
|
|
|
|
|
<iframe id="iframe" src="http://118.31.7.2:96" width="100%" height="100%" frameborder="1"></iframe>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<script setup></script>
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
.el-Aitools {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 20px 20px 0;
|
|
|
|
|
min-height: calc(100vh - 58px);
|
|
|
|
|
#iframe {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|