wujingjing
2025-04-14 77b15609b62c9bcd80fcdfd65f134a06252920b9
src/components/chat/components/ChatContainer.vue
@@ -32,9 +32,9 @@
            <div class="duix-container h-full w-full" :style="{ width: digitalHumanWidth, height: `calc(${digitalHumanWidth} * 16 / 9)` }"></div>
         </div>
         <div v-if="!digitalHumanIsShow" class="absolute right-[24px] bottom-[100px] z-[2]">
         <div v-if="!digitalHumanIsShow" class="absolute rounded-full right-[24px] bottom-[100px] z-[2] bg-white p-4">
            <el-tooltip content="数字人" placement="top">
               <button class="digital-human-button" @click="openDigitalHuman">
               <button class="digital-human-button " @click="openDigitalHuman">
                  <img alt="Icon" :src="iconSrc" />
               </button>
               <!-- <div
@@ -164,8 +164,8 @@
}
.digital-human-button img {
   width: 18px;
   height: 18px;
   width: 48px;
   height: 48px;
   object-fit: contain;
}
</style>