话筒隐藏
This commit is contained in:
parent
e90d6f9544
commit
9de8918cba
|
|
@ -27,15 +27,15 @@
|
||||||
@click="handleInputClick"
|
@click="handleInputClick"
|
||||||
@mouseup="handleInputMouseUp"
|
@mouseup="handleInputMouseUp"
|
||||||
>
|
>
|
||||||
<!-- 输入框内添加话筒图标 -->
|
<!-- 输入框内添加话筒图标,暂时不用-->
|
||||||
<template #append>
|
<!-- <template #append>
|
||||||
<el-icon
|
<el-icon
|
||||||
class="voice-icon"
|
class="voice-icon"
|
||||||
@click.stop="showVoicePopup = true"
|
@click.stop="showVoicePopup = true"
|
||||||
>
|
>
|
||||||
<Microphone />
|
<Microphone />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
</template>
|
</template> -->
|
||||||
</el-input>
|
</el-input>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue