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

Loading…
Cancel
Save