| | |
| | | <div class="sticky bottom-0 w-full p-6 bg-[rgb(247,248,250)] flex justify-center" v-if="isShareCheck"></div> |
| | | </div> |
| | | <CustomDrawer v-model:isShow="drawerIsShow" @updateChatInput="updateChatInput" /> |
| | | <el-dialog |
| | | title="分享链接" |
| | | v-model="shareCodeIsShow" |
| | | width="25%" |
| | | center |
| | | modal-append-to-body |
| | | lock-scroll |
| | | :before-close="closeShareClick" |
| | | > |
| | | <el-dialog title="分享链接" v-model="shareCodeIsShow" width="25%" modal-append-to-body lock-scroll :before-close="closeShareClick"> |
| | | <div class="w100 h100 flex justify-center items-center flex-col"> |
| | | <div class="qrcode h100" ref="qrcodeRef"></div> |
| | | <div class="h100 w100 flex flex-col justify-center items-center"> |