diff --git a/resources/assets/js/pages/manage/components/ChatInput/index.vue b/resources/assets/js/pages/manage/components/ChatInput/index.vue index 0fad4c713..05ddebc2f 100755 --- a/resources/assets/js/pages/manage/components/ChatInput/index.vue +++ b/resources/assets/js/pages/manage/components/ChatInput/index.vue @@ -189,7 +189,7 @@ :data-transfer="true" class="chat-input-record-transfer" :class="recordClassName" - :style="recordTransferStyle" + :style="recordStyle" @click="stopRecord">
{{recordFormatDuration}}
@@ -204,20 +204,22 @@ v-transfer-dom :data-transfer="true" class="chat-input-convert-transfer" - :style="recordTransferStyle"> + :style="recordConvertStyle">
-
+
+ :placeholder="recordConvertStatus === 0 ? '...' : ''" + @on-focus="recordConvertFocus=true" + @on-blur="recordConvertFocus=false"/>
-