Browse Source

加入灵犀

qin_v1
超级管理员 1 year ago
parent
commit
a572fbff8c
  1. 10
      src/views/knowledge/ask/index.vue

10
src/views/knowledge/ask/index.vue

@ -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>

Loading…
Cancel
Save