话筒隐藏
This commit is contained in:
parent
e90d6f9544
commit
9de8918cba
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue