| | |
| | | <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 |
| | |
| | | } |
| | | |
| | | .digital-human-button img { |
| | | width: 18px; |
| | | height: 18px; |
| | | width: 48px; |
| | | height: 48px; |
| | | object-fit: contain; |
| | | } |
| | | </style> |