@ -4,13 +4,15 @@
@ 备注:
-->
<script lang='ts' setup>
import cc from "./cc.vue"
const aiUrl = "http://123.235.32.195:8501"
</script>
<template>
<cc></cc>
<iframe calss="aiBox" :src="aiUrl" frameborder="0" :style="'width: 100%; z-index: 1000; height: calc(100vh - 178px);'" ></iframe>
</template>
<style lang='scss' scoped>
* {
background-color:#fff;
.aiBox{
width: 100%;
height: calc(100vh - 10px);
z-index: 1000;
}
</style>