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.
dianshang-qianduan/src/views/visual-analysis/index.vue

30 lines
834 B
Vue

2 years ago
<!--
* @Author: qinzhenpen qzp1807@126.com
* @Date: 2024-08-16 09:16:26
* @LastEditors: qinzhenpen qzp1807@126.com
2 months ago
* @LastEditTime: 2025-05-13 10:23:07
2 years ago
* @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">
2 months ago
<iframe id="iframe" src="https://dshlw.sztzjy.com:196" width="100%" height="100%" frameborder="1"></iframe>
</div>
2 years ago
</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>