将AI对话聊天界面换成新地址

pull/8091/head
JEECG 2025-04-07 14:08:44 +08:00
parent b878f6b6be
commit 4f2f1d6265
2 changed files with 1 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -7,7 +7,7 @@
</template> </template>
<script setup> <script setup>
import AiChat from '/@/components/jeecg/AiChat/index.vue'; import AiChat from '/@/views/super/airag/aiapp/chat/AiChat.vue';
</script> </script>
@ -15,12 +15,10 @@
.wrap { .wrap {
height: 100%; height: 100%;
width: 100%; width: 100%;
padding: 20px;
.content { .content {
background: #fff; background: #fff;
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 20px;
} }
} }
</style> </style>