|
@@ -47,7 +47,7 @@
|
|
|
<div class="list_1" v-if="state.hotList.question.length > 0">
|
|
|
<template v-for="item in [...state.hotList.question, ...state.hotList.question]">
|
|
|
<div class="item">
|
|
|
- <span class="__hover" @click="ref_chat.setText(item.hotContent, true)">{{item.hotContent}}</span>
|
|
|
+ <span class="__hover" @click="ref_chat.setText(item.hotContent, true)">{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}{{item.hotContent}}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</div>
|
|
@@ -503,6 +503,7 @@ onMounted(() => {
|
|
|
}
|
|
|
}
|
|
|
.assistant-main-list-hot-question {
|
|
|
+ overflow: hidden;
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|