话筒隐藏

This commit is contained in:
JenniferW 2025-12-03 15:27:52 +08:00
parent e90d6f9544
commit 9de8918cba
1 changed files with 3 additions and 3 deletions

View File

@ -27,15 +27,15 @@
@click="handleInputClick"
@mouseup="handleInputMouseUp"
>
<!-- 输入框内添加话筒图标 -->
<template #append>
<!-- 输入框内添加话筒图标暂时不用-->
<!-- <template #append>
<el-icon
class="voice-icon"
@click.stop="showVoicePopup = true"
>
<Microphone />
</el-icon>
</template>
</template> -->
</el-input>
</div>