We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d8fb6 commit d61ee30Copy full SHA for d61ee30
ui/src/components/ai-chat/component/answer-content/index.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="item-content lighter">
3
- <el-space :fill="true" wrap>
+ <el-space :fill="true" wrap class="w-full">
4
<div v-for="(answer_text, index) in answer_text_list" :key="index">
5
<div class="avatar mr-8" v-if="showAvatar">
6
<img v-if="application.avatar" :src="application.avatar" height="28px" width="28px" />
0 commit comments