元素结构调整

This commit is contained in:
bob
2025-03-27 09:12:53 +08:00
parent 7d909640ff
commit d8697b045c

View File

@@ -115,29 +115,30 @@ defineExpose({
<EmojiIcon />
</template>
</InputTool>
<el-upload
:auto-upload="false"
:show-file-list="false"
accept="image/*"
:on-change="onSelectedFile"
>
<template #trigger>
<InputTool tips="图片">
<template #iconSlot>
<InputTool tips="图片">
<template #iconSlot>
<el-upload
:auto-upload="false"
:show-file-list="false"
accept="image/*"
:on-change="onSelectedFile"
>
<template #trigger>
<ImageIcon />
</template>
</InputTool>
</el-upload>
</template>
</el-upload>
<el-upload :auto-upload="false" :show-file-list="false" :on-change="onSelectedFile">
<template #trigger>
<InputTool tips="文件">
<template #iconSlot>
</InputTool>
<InputTool tips="文件">
<template #iconSlot>
<el-upload :auto-upload="false" :show-file-list="false" :on-change="onSelectedFile">
<template #trigger>
<FileIcon />
</template>
</InputTool>
</el-upload>
</template>
</el-upload>
</InputTool>
<InputTool tips="语音消息" @click="showRecorder">
<template #iconSlot>
<Microphone />