CzRger 5 päivää sitten
vanhempi
commit
4b4c14ea82
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/smart-ask-answer/assistant/index.vue

+ 2 - 1
src/views/smart-ask-answer/assistant/index.vue

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