wujingjing
2025-01-07 baba739c537b153b9426746374691afcd90a8c47
src/components/chat/components/playBar/PlayBar.vue
@@ -10,7 +10,7 @@
            link
            @click="commonPhrasesClick"
         >
            <img src="/static/images/wave/PlugIn.png" class="set-icon box-border" />
            <img src="/static/images/wave/PlugIn.png" width="34" height="34" class="set-icon box-border" />
         </el-button>
      </div>
@@ -38,32 +38,30 @@
         <div class="upload_img space-y">
            <div class="imgbox cursor-pointer flex items-center">
               <el-button
                  title="清除"
                  class="cursor-pointer !text-gray-500"
                  link
                  style="margin-left: unset; margin-right: 0px;"
                  style="margin-left: unset; margin-right: 0px"
                  @click="clearTextarea"
                  icon="ele-Close"
                  v-if="inputValue"
               >
               </el-button>
               <el-button class="cursor-pointer !ml-0" link>
                  <el-tooltip placement="top" content="停止生成" v-if="isTalking">
                  <div class="cursor-pointer !ml-0 size-[38px] bg-[#1d86ff] relative !z-10 rounded-full flex-center" link>
                     <div
                        class="size-[28px] stop-breathe rounded-full flex-center border-2 border-solid border-black text-black"
                        class="size-[38px] bg-black text-white stop-breathe box-content rounded-full flex-center"
                        @click="emits('stopGenClick')"
                     >
                        <span class="ywifont ywicon-jieshu"></span>
                     </div>
                  </div>
                  </el-tooltip>
                  <el-tooltip v-else placement="top" content="发送">
                     <div class="size-[36px] rounded-full bg-black flex-center" @click="emits('sendClick')">
                  <div class="size-[38px] rounded-full bg-black flex-center" @click="emits('sendClick')">
                        <img src="/static/images/wave/QueryImg.png" />
                     </div>
                  </el-tooltip>
               </el-button>
            </div>
         </div>
      </div>